Skip to content

Update dependency @actions/cache to v6#63

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2026

This PR contains the following updates:

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

Release Notes

actions/toolkit (@​actions/cache)

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

v4.0.3

  • Added masking for Shared Access Signature (SAS) cache entry URLs #​1982
  • Improved debugging by logging both the cache version alongside the keys requested when a cache restore fails #​1994

v4.0.2

  • Wrap create failures in ReserveCacheError #​1966

v4.0.1

  • Remove runtime dependency on twirp-ts #​1947
  • Cache miss as debug, not warning annotation #​1954

v4.0.0

Important 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.0 as 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.json to version 4.0.0.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes
  • Update @actions/core to 1.11.0
  • Update semver 6.3.1
  • Add twirp-ts 2.5.0 to dependencies

v3.3.0

  • Update @actions/core to 1.11.1
  • Remove dependency on uuid package #​1824, #​1842

v3.2.4

  • Updated isGhes check to include .ghe.com and .ghe.localhost as accepted hosts

v3.2.3

  • Fixed a bug that mutated path arguments to getCacheVersion #​1378

v3.2.2

  • Add new default cache download method to improve performance and reduce hangs #​1484

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 force-pushed the renovate/actions-cache-6.x branch from 034d6da to 485c8f4 Compare February 2, 2026 19:34
@renovate renovate bot force-pushed the renovate/actions-cache-6.x branch from 485c8f4 to 267ec66 Compare February 12, 2026 14:01
@renovate renovate bot force-pushed the renovate/actions-cache-6.x branch from 267ec66 to 8d8b53f Compare February 17, 2026 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments