Bump the github-actions group with 5 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 7
(6 months ago)
(6 months ago)
area: dependencies semver: patch docs: skip notes: skip
Bumps the github-actions group with 5 updates:
| Package | From | To |
|---|---|---|
| actions/cache | 4 |
5 |
| peter-evans/create-pull-request | 7 |
8 |
| actions/download-artifact | 6 |
7 |
| actions/upload-artifact | 5 |
6 |
| peter-evans/rebase | 3 |
4 |
Updates actions/cache from 4 to 5
Release notes
Sourced from actions/cache's releases.
v5.0.0
[!IMPORTANT]
actions/cache@v5runs on the Node.js 24 runtime and requires a minimum Actions Runner version of2.327.1.If you are using self-hosted runners, ensure they are updated before upgrading.
What's Changed
- Upgrade to use node24 by
@salmanmkcin actions/cache#1630- Prepare v5.0.0 release by
@salmanmkcin actions/cache#1684Full Changelog: https://github.com/actions/cache/compare/v4.3.0...v5.0.0
v4.3.0
What's Changed
- Add note on runner versions by
@GhadimiRin actions/cache#1642- Prepare
v4.3.0release by@Link- in actions/cache#1655New Contributors
@GhadimiRmade their first contribution in actions/cache#1642Full Changelog: https://github.com/actions/cache/compare/v4...v4.3.0
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
v4.2.3
What's Changed
- Update to use
@actions/cache4.0.3 package & prepare for new release by@salmanmkcin actions/cache#1577 (SAS tokens for cache entries are now masked in debug logs)New Contributors
@salmanmkcmade their first contribution in actions/cache#1577Full Changelog: https://github.com/actions/cache/compare/v4.2.2...v4.2.3
... (truncated)
Changelog
Sourced from actions/cache's changelog.
Releases
Changelog
5.0.1
- Update
@azure/storage-blobto^12.29.1via@actions/cache@5.0.1#16855.0.0
[!IMPORTANT]
actions/cache@v5runs on the Node.js 24 runtime and requires a minimum Actions Runner version of2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.4.3.0
- Bump
@actions/cacheto v4.1.04.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
... (truncated)
Commits
9255dc7Merge pull request #1686 from actions/cache-v5.0.1-release8ff5423chore: release v5.0.19233019Merge pull request #1685 from salmanmkc/node24-storage-blob-fixb975f2bfix: add peer property to package-lock.json for dependenciesd0a0e18fix: update license files for@actions/cache, fast-xml-parser, and strnum74de208fix: update@actions/cacheto ^5.0.1 for Node.js 24 punycode fixac7f115peerb0f846bfix: update@actions/cachewith storage-blob fix for Node.js 24 punycode depr...a783357Merge pull request #1684 from actions/prepare-cache-v5-release3bb0d78docs: highlight v5 runner requirement in releases- Additional commits viewable in compare view
Updates peter-evans/create-pull-request from 7 to 8
Release notes
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v8.0.0
What's new in v8
- Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner for Node 24 support.
What's Changed
- chore: Update checkout action version to v6 by
@yonasin peter-evans/create-pull-request#4258- Update actions/checkout references to
@v6in docs by@Copilotin peter-evans/create-pull-request#4259- feat: v8 by
@peter-evansin peter-evans/create-pull-request#4260New Contributors
@yonasmade their first contribution in peter-evans/create-pull-request#4258@Copilotmade their first contribution in peter-evans/create-pull-request#4259Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.11...v8.0.0
Create Pull Request v7.0.11
What's Changed
- fix: restrict remote prune to self-hosted runners by
@peter-evansin peter-evans/create-pull-request#4250Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.10...v7.0.11
Create Pull Request v7.0.10
⚙️ Fixes an issue where updating a pull request failed when targeting a forked repository with the same owner as its parent.
What's Changed
- build(deps): bump the github-actions group with 2 updates by
@dependabot[bot] in peter-evans/create-pull-request#4235- build(deps-dev): bump prettier from 3.6.2 to 3.7.3 in the npm group by
@dependabot[bot] in peter-evans/create-pull-request#4240- fix: provider list pulls fallback for multi fork same owner by
@peter-evansin peter-evans/create-pull-request#4245New Contributors
@obnyismade their first contribution in peter-evans/create-pull-request#4064Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.9...v7.0.10
Create Pull Request v7.0.9
⚙️ Fixes an incompatibility with the recently released
actions/checkout@v6.What's Changed
- ~70 dependency updates by
@dependabot- docs: fix workaround description about
ready_for_reviewby@ybiquitousin peter-evans/create-pull-request#3939- Docs:
add-pathsdefault behavior by@joeflack4in peter-evans/create-pull-request#3928- docs: update to create-github-app-token v2 by
@Gooolerin peter-evans/create-pull-request#4063- Fix compatibility with actions/checkout@v6 by
@ericsciplein peter-evans/create-pull-request#4230New Contributors
@joeflack4made their first contribution in peter-evans/create-pull-request#3928@Gooolermade their first contribution in peter-evans/create-pull-request#4063@ericsciplemade their first contribution in peter-evans/create-pull-request#4230
... (truncated)
Commits
Updates actions/download-artifact from 6 to 7
Release notes
Sourced from actions/download-artifact's releases.
v7.0.0
v7 - What's new
[!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (
runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.Node.js 24
This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
What's Changed
- Update GHES guidance to include reference to Node 20 version by
@patrikpolyakin actions/download-artifact#440- Download Artifact Node24 support by
@salmanmkcin actions/download-artifact#415- fix: update
@actions/artifactto fix Node.js 24 punycode deprecation by@salmanmkcin actions/download-artifact#451- prepare release v7.0.0 for Node.js 24 support by
@salmanmkcin actions/download-artifact#452New Contributors
@patrikpolyakmade their first contribution in actions/download-artifact#440@salmanmkcmade their first contribution in actions/download-artifact#415Full Changelog: https://github.com/actions/download-artifact/compare/v6.0.0...v7.0.0
Commits
37930b1Merge pull request #452 from actions/download-artifact-v7-release72582b9doc: update readme0d2ec9dchore: release v7.0.0 for Node.js 24 supportfd7ae8fMerge pull request #451 from actions/fix-storage-blobd484700chore: restore minimatch.dep.yml license file03a8080chore: remove obsolete dependency license files56fe6d9chore: update@actions/artifactlicense file to 5.0.18e3ebc4chore: update package-lock.json with@actions/artifact@5.0.11e3c4b4fix: update@actions/artifactto ^5.0.0 for Node.js 24 punycode fix458627dchore: use local@actions/artifactpackage for Node.js 24 testing- Additional commits viewable in compare view
Updates actions/upload-artifact from 5 to 6
Release notes
Sourced from actions/upload-artifact's releases.
v6.0.0
v6 - What's new
[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (
runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.Node.js 24
This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
What's Changed
- Upload Artifact Node 24 support by
@salmanmkcin actions/upload-artifact#719- fix: update
@actions/artifactfor Node.js 24 punycode deprecation by@salmanmkcin actions/upload-artifact#744- prepare release v6.0.0 for Node.js 24 support by
@salmanmkcin actions/upload-artifact#745Full Changelog: https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0
Commits
b7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEddc45eddocs: update README to correct action name for Node.js 24 support615b319chore: release v6.0.0 for Node.js 24 support017748bMerge pull request #744 from actions/fix-storage-blob38d4c79chore: rebuild dist7d27270chore: add missing license cache files for@actions/core,@actions/io, and mi...5f643d3chore: update license files for@actions/artifact@5.0.1 dependencies1df1684chore: update package-lock.json with@actions/artifact@5.0.1b5b1a91fix: update@actions/artifactto ^5.0.0 for Node.js 24 punycode fix- Additional commits viewable in compare view
Updates peter-evans/rebase from 3 to 4
Release notes
Sourced from peter-evans/rebase's releases.
Rebase v4.0.0
⚙️ Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner for Node 24 support.
What's Changed
- Bump cross-spawn from 7.0.3 to 7.0.6 by
@dependabot[bot] in peter-evans/rebase#153- Update distribution by
@actions-botin peter-evans/rebase#154- Bump form-data from 3.0.1 to 3.0.4 by
@dependabot[bot] in peter-evans/rebase#155- Bump actions/download-artifact from 4 to 5 by
@dependabot[bot] in peter-evans/rebase#156- Bump actions/checkout from 4 to 5 by
@dependabot[bot] in peter-evans/rebase#157- Bump actions/setup-node from 4 to 5 by
@dependabot[bot] in peter-evans/rebase#158- Bump peter-evans/create-or-update-comment from 4 to 5 by
@dependabot[bot] in peter-evans/rebase#159- Bump the github-actions group with 3 updates by
@dependabot[bot] in peter-evans/rebase#160- Bump the github-actions group with 2 updates by
@dependabot[bot] in peter-evans/rebase#161- v4 by
@peter-evansin peter-evans/rebase#162Full Changelog: https://github.com/peter-evans/rebase/compare/v3.1.0...v4.0.0
Rebase v3.1.0
What's Changed
- Bump peter-evans/create-or-update-comment from 3 to 4 by
@dependabotin peter-evans/rebase#145- Bump peter-evans/create-pull-request from 5 to 6 by
@dependabotin peter-evans/rebase#147- Bump peter-evans/slash-command-dispatch from 3 to 4 by
@dependabotin peter-evans/rebase#146- Bump braces from 3.0.2 to 3.0.3 by
@dependabotin peter-evans/rebase#148- Bump ws from 7.5.9 to 7.5.10 by
@dependabotin peter-evans/rebase#149- Bump peter-evans/create-pull-request from 6 to 7 by
@dependabotin peter-evans/rebase#150- Accept options for the rebase command by
@keichan34in peter-evans/rebase#151New Contributors
@keichan34made their first contribution in peter-evans/rebase#151Full Changelog: https://github.com/peter-evans/rebase/compare/v3.0.0...v3.1.0
Commits
e494578v4 (#162)23ad0f5Bump the github-actions group with 2 updates (#161)8280c38Bump the github-actions group with 3 updates (#160)7537307ci: update dependabot configa5c85fbBump peter-evans/create-or-update-comment from 4 to 5 (#159)0db8b05Bump actions/setup-node from 4 to 5 (#158)9380d13Bump actions/checkout from 4 to 5 (#157)9637e26Bump actions/download-artifact from 4 to 5 (#156)8f0c0b8Bump form-data from 3.0.1 to 3.0.4 (#155)625e349Update distribution (#154)- 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
Package Dependencies
Technical Details
| ID: | 12059131 |
| UUID: | 3732461479 |
| Node ID: | PR_kwDOBEnY0s65B_1l |
| Host: | GitHub |
| Repository: | localstack/localstack |