chore(deps): update all github action dependencies to v4 (major)#3
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update all github action dependencies to v4 (major)#3renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
8d96268 to
3892ecc
Compare
3892ecc to
9f44df1
Compare
9f44df1 to
4f11eab
Compare
d56c801 to
81f775b
Compare
81f775b to
e055186
Compare
2294024 to
634d52b
Compare
8f7521f to
536856b
Compare
28e17bf to
18b9c31
Compare
76ec686 to
786af84
Compare
786af84 to
3f366b4
Compare
5ce603c to
6440db5
Compare
6440db5 to
97975c0
Compare
97975c0 to
d02e82f
Compare
d02e82f to
1e00d4d
Compare
1e00d4d to
0334253
Compare
6688f89 to
3c9da54
Compare
7ac1c1c to
cf284ea
Compare
c185860 to
326cc41
Compare
91daa7e to
5511325
Compare
e638dfa to
4c8dab4
Compare
127b263 to
e8ce768
Compare
e8ce768 to
1b3fc59
Compare
1b3fc59 to
30cec15
Compare
30cec15 to
5ebd4fb
Compare
5ebd4fb to
5b19bc2
Compare
06fe0cc to
115b037
Compare
115b037 to
baabfbd
Compare
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
baabfbd to
cdcd275
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.3.1->v4.2.3v3.5.3->v4.2.2v3.0.6->v4.0.0v2.0.3->v4.0.5v3.0.2->v4.2.1v3.7.0->v4.3.0v3->v4v3.1.2->v4.6.2v3.1.3->v4.6.2v3.6.0->v4.0.1Release Notes
actions/cache (actions/cache)
v4.2.3Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.2.2...v4.2.3
v4.2.2Compare Source
What's Changed
Full Changelog: actions/cache@v4.2.1...v4.2.2
v4.2.1Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.2.0...v4.2.1
v4.2.0Compare Source
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.
Read more about the change & access the migration guide: reference to the announcement.
Minor changes
Minor and patch version updates for these dependencies:
1.11.11.1.30.38.3Full Changelog: actions/cache@v4.1.2...v4.2.0
v4.1.2Compare Source
What's Changed
isGheslogic by @jww3 in https://github.com/actions/cache/pull/14744.1.2release by @Link- in https://github.com/actions/cache/pull/1477New Contributors
Full Changelog: actions/cache@v4.1.1...v4.1.2
v4.1.1Compare Source
What's Changed
cache-hitoutput by @joshmgross in https://github.com/actions/cache/pull/1467Full Changelog: actions/cache@v4.1.0...v4.1.1
v4.1.0Compare Source
What's Changed
save-alwaysinput by @joshmgross in https://github.com/actions/cache/pull/1452New Contributors
Full Changelog: actions/cache@v4.0.2...v4.1.0
v4.0.2Compare Source
What's Changed
fail-on-cache-missnot working by @cdce8p in https://github.com/actions/cache/pull/1327Full Changelog: actions/cache@v4.0.1...v4.0.2
v4.0.1Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4...v4.0.1
v4.0.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v4.0.0
v3.4.3Compare Source
What's Changed
Full Changelog: actions/cache@v3.4.2...v3.4.3
v3.4.2Compare Source
What's Changed
Full Changelog: actions/cache@v3.4.0...v3.4.2
v3.4.1Compare Source
v3.4.0Compare Source
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.
Read more about the change & access the migration guide: reference to the announcement.
Minor changes
Minor and patch version updates for these dependencies:
1.11.11.1.30.38.3Full Changelog: actions/cache@v3.3.3...v3.4.0
v3.3.3Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.3.3
v3.3.2Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.3.2
actions/checkout (actions/checkout)
v4.2.2Compare Source
url-helper.tsnow leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhesby @jww3 in https://github.com/actions/checkout/pull/1946v4.2.1Compare Source
v4.2.0Compare Source
v4.1.7Compare Source
v4.1.6Compare Source
v4.1.5Compare Source
user.emailto be41898282+github-actions[bot]@​users.noreply.github.comby @cory-miller in https://github.com/actions/checkout/pull/1707v4.1.4Compare Source
extensions.worktreeConfigwhen disablingsparse-checkoutby @jww3 in https://github.com/actions/checkout/pull/1692v4.1.3Compare Source
sparse-checkoutby @jww3 in https://github.com/actions/checkout/pull/1656actions/checkoutversion inupdate-main-version.ymlby @jww3 in https://github.com/actions/checkout/pull/1650v4.1.2Compare Source
sparse-checkoutoption is not present @dscho in https://github.com/actions/checkout/pull/1598v4.1.1Compare Source
v4.1.0Compare Source
v4.0.0Compare Source
v3.6.0Compare Source
actions/configure-pages (actions/configure-pages)
v4.0.0Compare Source
Changelog
.node-versionfile @JamesMGreene (#117)See details of all code changes since previous release.
v3.0.7Compare Source
Changelog
See details of all code changes since previous release.
actions/deploy-pages (actions/deploy-pages)
v4.0.5Compare Source
Changelog
See details of all code changes since previous release.
v4.0.4Compare Source
Changelog
See details of all code changes since previous release.
v4.0.3Compare Source
Changelog
See details of all code changes since previous release.
v4.0.2Compare Source
Changelog
See details of all code changes since previous release.
v4.0.1Compare Source
Changelog
actions: readpermission @JamesMGreene @TooManyBees (#288)See details of all code changes since previous release.
v4.0.0Compare Source
Changelog
actions: readin the workflows which use it.ℹ️ This version of
actions/deploy-pagesis ONLY compatible with artifacts uploaded by either:actions/upload-pages-artifact@v3or neweractions/upload-artifact@v4or newer.See details of all code changes since previous release.
v3.0.1Compare Source
Changelog
🧰 Maintenance
See details of all code changes since previous release.
v3.0.0Compare Source
Changelog
See details of all code changes since previous release.
v2.0.5Compare Source
Changelog
See details of all code changes since previous release.
v2.0.4Compare Source
Changelog
3.9.x@JamesMGreene (#201)See details of all code changes since previous release.
actions/download-artifact (actions/download-artifact)
v4.2.1Compare Source
v4.2.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/download-artifact@v4.1.9...v4.2.0
v4.1.9Compare Source
What's Changed
New Contributors
Full Changelog: actions/download-artifact@v4...v4.1.9
v4.1.8Compare Source
What's Changed
Full Changelog: actions/download-artifact@v4...v4.1.8
v4.1.7Compare Source
What's Changed
Full Changelog: actions/download-artifact@v4.1.6...v4.1.7
v4.1.6Compare Source
What's Changed
@actions/artifactdependency to v2.1.6 by @eggyhead in https://github.com/actions/download-artifact/pull/324Full Changelog: actions/download-artifact@v4.1.5...v4.1.6
v4.1.5Compare Source
What's Changed
@actions/coreto v1.10.1 and@actions/artifactto v2.1.5Full Changelog: actions/download-artifact@v4.1.4...v4.1.5
v4.1.4Compare Source
What's Changed
Full Changelog: actions/download-artifact@v4...v4.1.4
v4.1.3Compare Source
What's Changed
New Contributors
Full Changelog: actions/download-artifact@v4...v4.1.3
v4.1.2Compare Source
v4.1.1Compare Source
@actions/artifactsto latest versionv4.1.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/download-artifact@v4...v4.1.0
v4.0.0Compare Source
What's Changed
The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.
ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.
For more information, please see:
New Contributors
Full Changelog: actions/download-artifact@v3...v4.0.0
actions/setup-node (actions/setup-node)
v4.3.0Compare Source
v4.2.0[Compare Source](https://redirect.github.com/actions/setup-n
Configuration
📅 Schedule: Branch creation - "every month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.