Update dependency @actions/cache to v6 - #33
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/actions-cache-6.x
branch
from
February 2, 2026 21:54
ee94af5 to
e546809
Compare
renovate
Bot
force-pushed
the
renovate/actions-cache-6.x
branch
2 times, most recently
from
February 17, 2026 20:14
c9e3df6 to
b71af41
Compare
renovate
Bot
force-pushed
the
renovate/actions-cache-6.x
branch
from
March 5, 2026 20:44
b71af41 to
c1ae8d3
Compare
renovate
Bot
force-pushed
the
renovate/actions-cache-6.x
branch
from
March 13, 2026 18:40
c1ae8d3 to
80966c4
Compare
renovate
Bot
force-pushed
the
renovate/actions-cache-6.x
branch
from
April 1, 2026 18:12
80966c4 to
3512986
Compare
renovate
Bot
force-pushed
the
renovate/actions-cache-6.x
branch
from
April 8, 2026 19:39
3512986 to
6d01751
Compare
renovate
Bot
force-pushed
the
renovate/actions-cache-6.x
branch
from
April 29, 2026 11:49
6d01751 to
bf30b5a
Compare
renovate
Bot
force-pushed
the
renovate/actions-cache-6.x
branch
from
May 12, 2026 11:42
bf30b5a to
c8a2c57
Compare
renovate
Bot
force-pushed
the
renovate/actions-cache-6.x
branch
from
May 20, 2026 18:14
c8a2c57 to
81130fa
Compare
renovate
Bot
force-pushed
the
renovate/actions-cache-6.x
branch
from
May 28, 2026 15:02
81130fa to
2a323b2
Compare
renovate
Bot
force-pushed
the
renovate/actions-cache-6.x
branch
from
June 11, 2026 12:42
2a323b2 to
00e6e33
Compare
renovate
Bot
force-pushed
the
renovate/actions-cache-6.x
branch
from
June 18, 2026 19:58
00e6e33 to
0860978
Compare
renovate
Bot
force-pushed
the
renovate/actions-cache-6.x
branch
2 times, most recently
from
July 24, 2026 21:03
a0153da to
60ab62c
Compare
renovate
Bot
force-pushed
the
renovate/actions-cache-6.x
branch
from
July 30, 2026 14:17
60ab62c to
d91fbf9
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:
^3.2.4→^6.0.0Release Notes
actions/toolkit (@actions/cache)
v6.2.0cache read denied:prefix on cache download failures (both the v2 twirp path and the v1_apis/artifactcachepath) and surface it as acore.warning(without failing the run).ACTIONS_CACHE_MODEenvironment variable: skip restore when the effective cache-mode does not permit reads (none,write-only) and skip save when it does not permit writes (none,read), logging a single non-fatalcore.infoline. WhenACTIONS_CACHE_MODEis unset or unrecognized, behavior is unchanged.v6.1.0cache write denied:prefix on cache reservation failures and surface it as acore.warning(without failing the run).v6.0.1@actions/coreto^3.0.1@actions/http-clientto^4.0.1@actions/ioto^3.0.2@azure/core-rest-pipelineto^1.23.0@azure/storage-blobto^12.31.0semverto^7.7.4v6.0.0import()instead ofrequire()v5.0.5@actions/globto0.5.1v5.0.4@actions/http-clientto3.0.2v5.0.3Prevent retries for rate limited cache operations 2243.
v5.0.1@azure/storage-blobfrom^12.13.0to^12.29.1#2213@azure/core-rest-pipelineinstead of deprecated@azure/core-http, which eliminates the transitive dependency onnode-fetch@2→whatwg-url@5→tr46@​0.0.3that used the deprecated punycode modulev5.0.0@azure/ms-rest-jsdependency #2197TransferProgressEventtype is now imported from@azure/core-rest-pipelineinstead of@azure/ms-rest-js@actions/corefrom^1.11.1to^2.0.0#2198@actions/execfrom^1.0.1to^2.0.0#2198@actions/globfrom^0.1.0to^0.5.0#2198@actions/http-clientfrom^2.1.1to^3.0.0#2198@actions/iofrom^1.0.1to^2.0.0#2198node-fetchoverride to resolve audit vulnerabilities #2110v4.1.0v4.0.5v4.0.4@protobuf-ts/pluginto dev dependencies #2106v4.0.3v4.0.2v4.0.1twirp-ts#1947v4.0.0Important changes
The cache backend service has been rewritten from the ground up for improved performance and reliability. The @actions/cache package 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 this release are fully backward compatible.
All previous versions of this package will be deprecated. We recommend upgrading to version
4.0.0as soon as possible before February 1st, 2025.If you do not upgrade, all workflow runs using any of the deprecated @actions/cache packages will fail.
Upgrading to the recommended version should not break or require any changes to your workflows beyond updating your
package.jsonto version4.0.0.Read more about the change & access the migration guide: reference to the announcement.
Minor changes
@actions/coreto1.11.0semver6.3.1twirp-ts2.5.0to dependenciesConfiguration
📅 Schedule: (UTC)
🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.