Skip to content

Update dependency @actions/cache to v6#123

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-cache-6.x
Open

Update dependency @actions/cache to v6#123
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-cache-6.x

Conversation

@renovate

@renovate renovate Bot commented Feb 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@actions/cache (source) ^4.0.3^6.0.0 age confidence

Release Notes

actions/toolkit (@​actions/cache)

v6.2.0

  • Handle cache read error due to read-only token: detect the cache read denied: prefix on cache download failures (both the v2 twirp path and the v1 _apis/artifactcache path) and surface it as a core.warning (without failing the run).
  • Honor the ACTIONS_CACHE_MODE environment 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-fatal core.info line. When ACTIONS_CACHE_MODE is unset or unrecognized, behavior is unchanged.

v6.1.0

  • Handle cache write error due to read-only token: detect the cache write denied: prefix on cache reservation failures and surface it as a core.warning (without failing the run).

v6.0.1

  • Bump dependency versions (#​2393):
    • @actions/core to ^3.0.1
    • @actions/http-client to ^4.0.1
    • @actions/io to ^3.0.2
    • @azure/core-rest-pipeline to ^1.23.0
    • @azure/storage-blob to ^12.31.0
    • semver to ^7.7.4

v6.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()

v5.0.5

  • Bump @actions/glob to 0.5.1

v5.0.4

  • Bump @actions/http-client to 3.0.2

v5.0.3

Prevent retries for rate limited cache operations 2243.

v5.0.1

  • Fix Node.js 24 punycode deprecation warning by updating @azure/storage-blob from ^12.13.0 to ^12.29.1 #​2213
  • Newer storage-blob uses @azure/core-rest-pipeline instead of deprecated @azure/core-http, which eliminates the transitive dependency on node-fetch@2whatwg-url@5tr46@​0.0.3 that used the deprecated punycode module

v5.0.0

  • Remove @azure/ms-rest-js dependency #​2197
    • The TransferProgressEvent type is now imported from @azure/core-rest-pipeline instead of @azure/ms-rest-js
  • Bump @actions/core from ^1.11.1 to ^2.0.0 #​2198
  • Bump @actions/exec from ^1.0.1 to ^2.0.0 #​2198
  • Bump @actions/glob from ^0.1.0 to ^0.5.0 #​2198
  • Bump @actions/http-client from ^2.1.1 to ^3.0.0 #​2198
  • Bump @actions/io from ^1.0.1 to ^2.0.0 #​2198
  • Add support for Node.js 24 #​2110
  • Add node-fetch override to resolve audit vulnerabilities #​2110

v4.1.0

  • Remove client side 10GiB cache size limit check & update twirp client #​2118

v4.0.5

v4.0.4

⚠️ Faulty patch release. Upgrade to 4.0.5 instead.

  • Optimized cache dependencies by moving @protobuf-ts/plugin to dev dependencies #​2106
  • Improved cache service availability determination for different cache service versions (v1 and v2) #​2100
  • Enhanced server error handling: 5xx HTTP errors are now logged as errors instead of warnings #​2099
  • Fixed cache hit logging to properly distinguish between exact key matches and restore key matches #​2101

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 6am on monday"
  • 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner February 2, 2026 08:53
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch 2 times, most recently from 633e47b to 3e3fe20 Compare February 17, 2026 18:52
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 3e3fe20 to 1cc79af Compare March 5, 2026 15:02
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 1cc79af to 11250e7 Compare March 13, 2026 11:33
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 11250e7 to 4ca2ba5 Compare April 1, 2026 17:54
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 4ca2ba5 to 6190faf Compare April 8, 2026 20:34
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 6190faf to 44199e9 Compare April 29, 2026 18:36
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 44199e9 to 8f65b6d Compare May 12, 2026 10:53
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 8f65b6d to 5630d11 Compare May 20, 2026 22:01
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 5630d11 to 73c97d2 Compare May 28, 2026 16:08
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 73c97d2 to 8d9ee22 Compare June 11, 2026 10:59
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 8d9ee22 to 1b2c273 Compare June 19, 2026 00:00
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch 3 times, most recently from 5990f00 to a8648bd Compare July 16, 2026 17:31
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from a8648bd to 55ae103 Compare July 24, 2026 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant