Skip to content

fix(deps): update dependency @actions/cache to v6 - autoclosed - #21

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

fix(deps): update dependency @actions/cache to v6 - autoclosed#21
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-cache-6.x

Conversation

@renovate

@renovate renovate Bot commented Mar 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@actions/cache (source) ^4.0.0^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

Configuration

📅 Schedule: (UTC)

  • 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 added the dependencies Pull requests that update a dependency file label Mar 6, 2026
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 60f5578 to afa0cdd Compare March 13, 2026 10:50
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from afa0cdd to e8bd6c1 Compare April 1, 2026 16:39
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from e8bd6c1 to 82f0a96 Compare April 29, 2026 12:05
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 82f0a96 to e69fbe6 Compare May 20, 2026 18:39
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from e69fbe6 to e5eb38e Compare May 28, 2026 16:39
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from e5eb38e to 7711b22 Compare June 11, 2026 10:46
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 7711b22 to c69a705 Compare June 18, 2026 22:57
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from c69a705 to 6b706af Compare July 13, 2026 20:53
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 6b706af to 6f63428 Compare July 24, 2026 15:04
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 6f63428 to 1d8f4a1 Compare July 30, 2026 20:47
@Piotr1215

Copy link
Copy Markdown
Contributor

Superseded by #41, which consolidated the Node 24 and dependency maintenance, rebuilt the committed bundles, and passed the real vind E2E matrix. Future updates will be recreated under the new Renovate grouping.

@Piotr1215 Piotr1215 closed this Aug 4, 2026
@renovate renovate Bot changed the title fix(deps): update dependency @actions/cache to v6 fix(deps): update dependency @actions/cache to v6 - autoclosed Aug 4, 2026
@renovate
renovate Bot deleted the renovate/actions-cache-6.x branch August 4, 2026 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant