Bump the github-actions group with 7 updates
Type: Pull Request
State: Open
Association: None
Comments: 1
(10 months ago)
(10 months ago)
dependencies github_actions
Bumps the github-actions group with 7 updates:
| Package | From | To |
|---|---|---|
| shivammathur/setup-php | 2.32.0 |
2.35.3 |
| actions/setup-node | 4.3.0 |
4.4.0 |
| ramsey/composer-install | 3.1.0 |
3.1.1 |
| actions/cache | 4.2.3 |
4.2.4 |
| actions/download-artifact | 4.2.1 |
5.0.0 |
| codecov/codecov-action | 5.4.0 |
5.4.3 |
| slackapi/slack-github-action | 2.0.0 |
2.1.1 |
Updates shivammathur/setup-php from 2.32.0 to 2.35.3
Release notes
Sourced from shivammathur/setup-php's releases.
2.35.3
Changelog
Improved
github-tokensupport for GitHub Enterprise. (#981).For GitHub Enterprise users, the
github-tokeninput does not default to theGITHUB_TOKENsecret. Therefore, it's recommended to set thegithub-tokeninput to a Personal Access Token (PAT).- name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.4' github-token: ${{ secrets.YOUR_PAT_TOKEN }}
Fixed support for
relayextension for PHP 7.4 on macOS.Updated internal workflows to not run on forks. (#982)
Updated Node.js dependencies.
Thanks
@jrfnlfor the contributions 🎉For the complete list of changes, please refer to the Full Changelog
2.35.2
Changelog
- Fixed race condition in updating composer
auth.json. (#980)For the complete list of changes, please refer to the Full Changelog
2.35.1
Changelog
... (truncated)
Commits
2052987Bump version to 2.35.368634e7Fix relay for PHP 7.4 [skip ci]0ac4874Merge pull request #982 from jrfnl/feature/ghactions-dont-run-cronjobs-on-forksc9735bcGH Actions: don't run cron jobs on forks89b2566Check github-token on enterprisedcec1cfOverride GITHUB_TOKEN if COMPOSER_TOKEN is setccf2c62Bump version to 2.35.22a597f6Fix race condition2282b6aBump version to 2.35.111373c6Fix shellcheck in add_tools.sh [skip ci]- Additional commits viewable in compare view
Updates actions/setup-node from 4.3.0 to 4.4.0
Release notes
Sourced from actions/setup-node's releases.
v4.4.0
What's Changed
Bug fixes:
- Make eslint-compact matcher compatible with Stylelint by
@FloEdelmannin actions/setup-node#98- Add support for indented eslint output by
@fregantein actions/setup-node#1245Enhancement:
- Support private mirrors by
@marco-ippolitoin actions/setup-node#1240Dependency update:
- Upgrade
@action/cachefrom 4.0.2 to 4.0.3 by@aparnajyothi-yin actions/setup-node#1262New Contributors
@FloEdelmannmade their first contribution in actions/setup-node#98@fregantemade their first contribution in actions/setup-node#1245@marco-ippolitomade their first contribution in actions/setup-node#1240Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.4.0
Commits
Updates ramsey/composer-install from 3.1.0 to 3.1.1
Release notes
Sourced from ramsey/composer-install's releases.
3.1.1
What's Changed
- Use the value of the
COMPOSERenvironment variable if it exists; fixes ramsey/composer-install#264Full Changelog: https://github.com/ramsey/composer-install/compare/3.1.0...3.1.1
Commits
3cf229dUpdate branch for codecov badge8c24b23Update branch for build badged7e1308Protect against unbound variables3561d3dUse the value of COMPOSER env var, if it exists705380eUse a .shellcheckrc file0211e1bUse latest PHP when running composer normalizee527794docs: fix misspelled parameter name in README- See full diff in compare view
Updates actions/cache from 4.2.3 to 4.2.4
Release notes
Sourced from actions/cache's releases.
v4.2.4
What's Changed
- Update README.md by
@nebuk89in actions/cache#1620- Upgrade
@actions/cacheto4.0.5and move@protobuf-ts/pluginto dev depdencies by@Link- in actions/cache#1634- Prepare release
4.2.4by@Link- in actions/cache#1636New Contributors
@nebuk89made their first contribution in actions/cache#1620Full Changelog: https://github.com/actions/cache/compare/v4...v4.2.4
Changelog
Sourced from actions/cache's changelog.
Releases
4.2.4
- Bump
@actions/cacheto v4.0.54.2.3
- Bump
@actions/cacheto v4.0.3 (obfuscates SAS token in debug logs for cache entries)4.2.2
- Bump
@actions/cacheto v4.0.24.2.1
- Bump
@actions/cacheto v4.0.14.2.0
TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4orv3as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0orv3.4.0If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
4.1.2
- Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices - #1474
- Security fix: Bump braces from 3.0.2 to 3.0.3 - #1475
4.1.1
- Restore original behavior of
cache-hitoutput - #14674.1.0
4.0.2
- Fixed restore
fail-on-cache-missnot working.
... (truncated)
Commits
0400d5fMerge pull request #1636 from actions/Link-/release-4.2.4374a27fPrepare release 4.2.4358a730Merge pull request #1634 from actions/Link-/optimise-deps2ee706eFix with another approach94f7b5dFix bundle execc36116cFix the workflow to use licensed from source320fe7dUpdate the licensed workflow to use the latest versiond81cc47Add licensed outputde24398Add licensed outpute7b6a9c@protobuf-ts/pluginto dev dependencies- Additional commits viewable in compare view
Updates actions/download-artifact from 4.2.1 to 5.0.0
Release notes
Sourced from actions/download-artifact's releases.
v5.0.0
What's Changed
- Update README.md by
@nebuk89in actions/download-artifact#407- BREAKING fix: inconsistent path behavior for single artifact downloads by ID by
@GrantBirkiin actions/download-artifact#416v5.0.0
🚨 Breaking Change
This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.
What Changed
Previously, single artifact downloads behaved differently depending on how you specified the artifact:
- By name:
name: my-artifact→ extracted topath/(direct)- By ID:
artifact-ids: 12345→ extracted topath/my-artifact/(nested)Now both methods are consistent:
- By name:
name: my-artifact→ extracted topath/(unchanged)- By ID:
artifact-ids: 12345→ extracted topath/(fixed - now direct)Migration Guide
✅ No Action Needed If:
- You download artifacts by name
- You download multiple artifacts by ID
- You already use
merge-multiple: trueas a workaround⚠️ Action Required If:
You download single artifacts by ID and your workflows expect the nested directory structure.
Before v5 (nested structure):
- uses: actions/download-artifact@v4 with: artifact-ids: 12345 path: dist # Files were in: dist/my-artifact/Where
my-artifactis the name of the artifact you previously uploadedTo maintain old behavior (if needed):
</tr></table>
... (truncated)
Commits
634f93cMerge pull request #416 from actions/single-artifact-id-download-pathb19ff43refactor: resolve download path correctly in artifact download tests (mainly ...e262cbebundle distbff23f9update docsfff8c14fix download path logic when downloading a single artifact by id448e3f8Merge pull request #407 from actions/nebuk89-patch-147225c4Update README.mdd3f86a1Merge pull request #404 from actions/robherley/v4.3.0fc02353prep for v4.3.0 release7745437Merge pull request #402 from actions/joshmgross/download-by-id-example- Additional commits viewable in compare view
Updates codecov/codecov-action from 5.4.0 to 5.4.3
Release notes
Sourced from codecov/codecov-action's releases.
v5.4.3
What's Changed
- fix: OIDC on forks by
@joseph-sentryin codecov/codecov-action#1823- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@dependabotin codecov/codecov-action#1822- chore(release): 5.4.3 by
@thomasrockhu-codecovin codecov/codecov-action#1827Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2...v5.4.3
v5.4.2
What's Changed
- fix: hotfix oidc by
@thomasrockhu-codecovin codecov/codecov-action#1813Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1...v5.4.2
v5.4.1
What's Changed
- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by
@dependabotin codecov/codecov-action#1786- chore(release): wrapper -0.2.1 by
@codecov-releaser-appin codecov/codecov-action#1788- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by
@dependabotin codecov/codecov-action#1798- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by
@dependabotin codecov/codecov-action#1797- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by
@dependabotin codecov/codecov-action#1803- fix: use the github core methods by
@thomasrockhu-codecovin codecov/codecov-action#1807- chore(release): 5.4.1 by
@thomasrockhu-codecovin codecov/codecov-action#1810Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0...v5.4.1
v5.4.1-beta
What's Changed
- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by
@dependabotin codecov/codecov-action#1786- chore(release): wrapper -0.2.1 by
@codecov-releaser-appin codecov/codecov-action#1788- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by
@dependabotin codecov/codecov-action#1798- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by
@dependabotin codecov/codecov-action#1797- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by
@dependabotin codecov/codecov-action#1803Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0...v5.4.1-beta
Changelog
Sourced from codecov/codecov-action's changelog.
v5.4.3
What's Changed
- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@app/dependabotin codecov/codecov-action#1822- fix: OIDC on forks by
@joseph-sentryin codecov/codecov-action#1823Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
v5.4.2
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
v5.4.1
What's Changed
- fix: use the github core methods by
@thomasrockhu-codecovin codecov/codecov-action#1807- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by
@app/dependabotin codecov/codecov-action#1803- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by
@app/dependabotin codecov/codecov-action#1797- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by
@app/dependabotin codecov/codecov-action#1798- chore(release): wrapper -0.2.1 by
@app/codecov-releaser-appin codecov/codecov-action#1788- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by
@app/dependabotin codecov/codecov-action#1786Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1
v5.4.0
What's Changed
- update wrapper submodule to 0.2.0, add recurse_submodules arg by
@matt-codecovin codecov/codecov-action#1780- build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 by
@app/dependabotin codecov/codecov-action#1775- build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 by
@app/dependabotin codecov/codecov-action#1776- build(deps): bump github/codeql-action from 3.28.9 to 3.28.10 by
@app/dependabotin codecov/codecov-action#1777- Clarify in README that
use_pypibypasses integrity checks too by@webknjazin codecov/codecov-action#1773- Fix use of safe.directory inside containers by
@Flamefirein codecov/codecov-action#1768- Fix description for report_type input by
@craigscott-crascitin codecov/codecov-action#1770- build(deps): bump github/codeql-action from 3.28.8 to 3.28.9 by
@app/dependabotin codecov/codecov-action#1765- Fix a typo in the example by
@miranskain codecov/codecov-action#1758- build(deps): bump github/codeql-action from 3.28.5 to 3.28.8 by
@app/dependabotin codecov/codecov-action#1757- build(deps): bump github/codeql-action from 3.28.1 to 3.28.5 by
@app/dependabotin codecov/codecov-action#1753Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0
... (truncated)
Commits
18283e0chore(release): 5.4.3 (#1827)525fcbfbuild(deps): bump github/codeql-action from 3.28.13 to 3.28.17 (#1822)b203f00fix: OIDC on forks (#1823)ad3126efix: hotfix oidc (#1813)cf3f51achore(release): 5.4.1 (#1810)e4cdabafix: use the github core methods (#1807)f95a404build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 (#1803)ea99328build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 (#1797)13d0469build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#1798)3440e5echore(release): wrapper -0.2.1 (#1788)- Additional commits viewable in compare view
Updates slackapi/slack-github-action from 2.0.0 to 2.1.1
Release notes
Sourced from slackapi/slack-github-action's releases.
Slack Send v2.1.1
What's Changed
This release fixes an issue where substituted variables might've broken valid JSON or YAML parsings when using the
payload-file-pathinput option.🐛 Bug fixes
- fix: parse provided payloads before replacing templated variables in slackapi/slack-github-action#449 - Thanks
@zimeg!📚 Documentation
- docs: fix channel mention formatting in slackapi/slack-github-action#447 - Thanks
@mwbrooks!- docs: remove links to pages that are no longer referenced in markdown in slackapi/slack-github-action#459 - Thanks
@zimeg!🤖 Dependencies
- build(deps): bump undici from 5.28.5 to 5.29.0 in slackapi/slack-github-action#442 - Thanks
@dependabot!- build(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 in slackapi/slack-github-action#443 - Thanks
@dependabot!- build(deps-dev): bump mocha from 11.1.0 to 11.5.0 in slackapi/slack-github-action#450 - Thanks
@dependabot!- build(deps): bump
@actions/githubfrom 6.0.0 to 6.0.1 in slackapi/slack-github-action#451 - Thanks@dependabot!- build(deps-dev): bump
@types/nodefrom 22.15.3 to 22.15.29 in slackapi/slack-github-action#452 - Thanks@dependabot!- build(deps): bump
@slack/web-apifrom 7.9.1 to 7.9.2 in slackapi/slack-github-action#453 - Thanks@dependabot!- build(deps): bump
@slack/web-apifrom 7.9.2 to 7.9.3 in slackapi/slack-github-action#462 - Thanks@dependabot!- build(deps): bump axios from 1.9.0 to 1.10.0 in slackapi/slack-github-action#465 - Thanks
@dependabot!- build(deps-dev): bump
@types/nodefrom 22.15.29 to 24.0.3 in slackapi/slack-github-action#466 - Thanks@dependabot!- build(deps-dev): bump mocha from 11.5.0 to 11.7.1 in slackapi/slack-github-action#468 - Thanks
@dependabot!- build(deps-dev): bump mocha-suppress-logs from 0.5.1 to 0.6.0 in slackapi/slack-github-action#469 - Thanks
@dependabot!- build(deps-dev): bump sinon from 20.0.0 to 21.0.0 in slackapi/slack-github-action#471 - Thanks
@dependabot!- build(deps-dev): bump
@types/nodefrom 24.0.3 to 24.0.8 in slackapi/slack-github-action#472 - Thanks@dependabot!- build(deps-dev): bump
@biomejs/biomefrom 1.9.4 to 2.0.6 in slackapi/slack-github-action#470 - Thanks@dependabot!🧰 Maintenance
- ci: pin action hashes and escape variables with minimum permission in slackapi/slack-github-action#441 - Thanks
@zimeg!- build: create separate release branches for tagged releases on publish in slackapi/slack-github-action#457 - Thanks
@zimeg!- build: clone repository "docs" and configuration when syncing project docs in slackapi/slack-github-action#467 - Thanks
@lukegalbraithrussell!- chore(release): tag version 2.1.1 in slackapi/slack-github-action#474 - Thanks
@zimeg!Full Changelog: https://github.com/slackapi/slack-github-action/compare/v2.1.0...v2.1.1
Slack Send v2.1.0
What's changed
This release improves error messages from odd
payloadparsings. Anapioption is now also available in inputs to change the destination of data with themethodtechnique.Read more on the new site for documentation: https://tools.slack.dev/slack-github-action/
👾 Enhancements
- feat: include an 'api' option to customize the slack api method url in slackapi/slack-github-action#409 - Thanks
@zimeg!
... (truncated)
Commits
91efab1Releaseb6f4640chore(release): tag version 2.1.1 (#474)d3dc61ebuild(deps-dev): bump@biomejs/biomefrom 1.9.4 to 2.0.6 (#470)f647c89build(deps-dev): bump@types/nodefrom 24.0.3 to 24.0.8 (#472)e6fa633build(deps-dev): bump sinon from 20.0.0 to 21.0.0 (#471)75b7822build(deps-dev): bump mocha-suppress-logs from 0.5.1 to 0.6.0 (#469)d7b6150build(deps-dev): bump mocha from 11.5.0 to 11.7.1 (#468)a7f5b68build: clone repository "docs" and configuration when syncing project docs (#...c69deabbuild(deps-dev): bump@types/nodefrom 22.15.29 to 24.0.3 (#466)1d0943cbuild(deps): bump axios from 1.9.0 to 1.10.0 (#465)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
0
0
+0
-0
Package Dependencies
actions/download-artifact
actions
4.2.1 → 5.0.0
Major
slackapi/slack-github-action
actions
2.0.0 → 2.1.1
Minor
shivammathur/setup-php
actions
2.32.0 → 2.35.3
Minor
ramsey/composer-install
actions
3.1.0 → 3.1.1
Patch
Technical Details
| ID: | 4998462 |
| UUID: | 3310177397 |
| Node ID: | PR_kwDOGcsm9c6jDkjt |
| Host: | GitHub |
| Repository: | soderlind/wordpress-develop |