Skip to content

fix: update @actions/cache for Node.js 24 punycode deprecation#1685

Merged
salmanmkc merged 5 commits into
actions:mainfrom
salmanmkc:node24-storage-blob-fix
Dec 12, 2025
Merged

fix: update @actions/cache for Node.js 24 punycode deprecation#1685
salmanmkc merged 5 commits into
actions:mainfrom
salmanmkc:node24-storage-blob-fix

Conversation

@salmanmkc

Copy link
Copy Markdown
Contributor

Summary

Updates the bundled @actions/cache package with the fix for the Node.js 24 punycode deprecation warning.

Changes

  • Updates @azure/storage-blob to ^12.29.1 which uses @azure/core-rest-pipeline instead of the deprecated @azure/core-http
  • This eliminates the punycode deprecation warning that appears when running on Node.js 24

Related PRs

Note

The package.json currently references a local path for testing. Once actions/toolkit#2213 is merged and @actions/cache@5.0.1 is published to npm, this will be updated to use the npm version.

@salmanmkc
salmanmkc marked this pull request as ready for review December 12, 2025 16:03
@salmanmkc
salmanmkc requested a review from a team as a code owner December 12, 2025 16:03
Copilot AI review requested due to automatic review settings December 12, 2025 16:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the @actions/cache package from version 5.0.0 to 5.0.1 to resolve Node.js 24 punycode deprecation warnings. The update includes a transitive dependency upgrade of @azure/storage-blob from ^12.13.0 to ^12.29.1, which eliminates the deprecated @azure/core-http package in favor of @azure/core-rest-pipeline.

Key Changes:

  • Bumps @actions/cache dependency to version 5.0.1
  • Updates bundled code across all distribution files
  • Includes transitive dependency updates (fast-xml-parser, strnum, baseline-browser-mapping)

Reviewed changes

Copilot reviewed 4 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
package.json Updates @actions/cache from ^5.0.0 to ^5.0.1
package-lock.json Updates lockfile with new @actions/cache version, @azure/storage-blob upgrade, and transitive dependency updates
dist/save/index.js Rebundled with updated @actions/cache (version metadata and minified code)
dist/save-only/index.js Rebundled with updated @actions/cache (version metadata and minified code)
dist/restore/index.js Rebundled with updated @actions/cache (version metadata and minified code)
dist/restore-only/index.js Rebundled with updated @actions/cache (version metadata and minified code)
.licenses/npm/@actions/cache.dep.yml Updates version metadata from 5.0.0 to 5.0.1
.licenses/npm/fast-xml-parser.dep.yml Updates version from 5.3.2 to 5.3.3
.licenses/npm/strnum.dep.yml Updates version from 2.1.1 to 2.1.2

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@salmanmkc
salmanmkc merged commit 9233019 into actions:main Dec 12, 2025
21 checks passed
salmanmkc added a commit that referenced this pull request Dec 12, 2025
- Bump version to 5.0.1
- Fix Node.js 24 punycode deprecation warning via @actions/cache@5.0.1
- Updates @azure/storage-blob to ^12.29.1

Related: #1685
mergify Bot added a commit to ArcadeData/arcadedb that referenced this pull request Dec 14, 2025
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1.
Release notes

*Sourced from [actions/cache's releases](https://github.com/actions/cache/releases).*

> v5.0.1
> ------
>
> > [!IMPORTANT]
> > **`actions/cache@v5` runs on the Node.js 24 runtime and requires a minimum Actions Runner version of `2.327.1`.**
> >
> > If you are using self-hosted runners, ensure they are updated before upgrading.
>
> ---
>
> v5.0.1
> ======
>
> What's Changed
> --------------
>
> * fix: update `@​actions/cache` for Node.js 24 punycode deprecation by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/cache#1685](https://redirect.github.com/actions/cache/pull/1685)
> * prepare release v5.0.1 by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/cache#1686](https://redirect.github.com/actions/cache/pull/1686)
>
> v5.0.0
> ======
>
> What's Changed
> --------------
>
> * Upgrade to use node24 by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/cache#1630](https://redirect.github.com/actions/cache/pull/1630)
> * Prepare v5.0.0 release by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/cache#1684](https://redirect.github.com/actions/cache/pull/1684)
>
> **Full Changelog**: <actions/cache@v5...v5.0.1>
>
> v5.0.0
> ------
>
> > [!IMPORTANT]
> > **`actions/cache@v5` runs on the Node.js 24 runtime and requires a minimum Actions Runner version of `2.327.1`.**
> >
> > If you are using self-hosted runners, ensure they are updated before upgrading.
>
> ---
>
> What's Changed
> --------------
>
> * Upgrade to use node24 by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/cache#1630](https://redirect.github.com/actions/cache/pull/1630)
> * Prepare v5.0.0 release by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/cache#1684](https://redirect.github.com/actions/cache/pull/1684)
>
> **Full Changelog**: <actions/cache@v4.3.0...v5.0.0>


Changelog

*Sourced from [actions/cache's changelog](https://github.com/actions/cache/blob/main/RELEASES.md).*

> Releases
> ========
>
> Changelog
> ---------
>
> ### 5.0.1
>
> * Update `@azure/storage-blob` to `^12.29.1` via `@actions/cache@5.0.1` [#1685](https://redirect.github.com/actions/cache/pull/1685)
>
> ### 5.0.0
>
> > [!IMPORTANT]
> > `actions/cache@v5` runs on the Node.js 24 runtime and requires a minimum Actions Runner version of `2.327.1`.
> > If you are using self-hosted runners, ensure they are updated before upgrading.
>
> ### 4.3.0
>
> * Bump `@actions/cache` to [v4.1.0](https://redirect.github.com/actions/toolkit/pull/2132)
>
> ### 4.2.4
>
> * Bump `@actions/cache` to v4.0.5
>
> ### 4.2.3
>
> * Bump `@actions/cache` to v4.0.3 (obfuscates SAS token in debug logs for cache entries)
>
> ### 4.2.2
>
> * Bump `@actions/cache` to v4.0.2
>
> ### 4.2.1
>
> * Bump `@actions/cache` to v4.0.1
>
> ### 4.2.0
>
> TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. [actions/cache](https://github.com/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 `v4` or `v3` as soon as possible before **February 1st, 2025.** (Upgrade instructions below).
>
> If you are using pinned SHAs, please use the SHAs of versions `v4.2.0` or `v3.4.0`
>
> If you do not upgrade, all workflow runs using any of the deprecated [actions/cache](https://github.com/actions/cache) will fail.
>
> Upgrading to the recommended versions will not break your workflows.
>
> ### 4.1.2

... (truncated)


Commits

* [`9255dc7`](actions/cache@9255dc7) Merge pull request [#1686](https://redirect.github.com/actions/cache/issues/1686) from actions/cache-v5.0.1-release
* [`8ff5423`](actions/cache@8ff5423) chore: release v5.0.1
* [`9233019`](actions/cache@9233019) Merge pull request [#1685](https://redirect.github.com/actions/cache/issues/1685) from salmanmkc/node24-storage-blob-fix
* [`b975f2b`](actions/cache@b975f2b) fix: add peer property to package-lock.json for dependencies
* [`d0a0e18`](actions/cache@d0a0e18) fix: update license files for `@​actions/cache`, fast-xml-parser, and strnum
* [`74de208`](actions/cache@74de208) fix: update `@​actions/cache` to ^5.0.1 for Node.js 24 punycode fix
* [`ac7f115`](actions/cache@ac7f115) peer
* [`b0f846b`](actions/cache@b0f846b) fix: update `@​actions/cache` with storage-blob fix for Node.js 24 punycode depr...
* [`a783357`](actions/cache@a783357) Merge pull request [#1684](https://redirect.github.com/actions/cache/issues/1684) from actions/prepare-cache-v5-release
* [`3bb0d78`](actions/cache@3bb0d78) docs: highlight v5 runner requirement in releases
* Additional commits viewable in [compare view](actions/cache@0057852...9255dc7)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=actions/cache&package-manager=github\_actions&previous-version=4.3.0&new-version=5.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mergify Bot added a commit to robfrank/linklift that referenced this pull request Dec 15, 2025
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1.
Release notes

*Sourced from [actions/cache's releases](https://github.com/actions/cache/releases).*

> v5.0.1
> ------
>
> > [!IMPORTANT]
> > **`actions/cache@v5` runs on the Node.js 24 runtime and requires a minimum Actions Runner version of `2.327.1`.**
> >
> > If you are using self-hosted runners, ensure they are updated before upgrading.
>
> ---
>
> v5.0.1
> ======
>
> What's Changed
> --------------
>
> * fix: update `@​actions/cache` for Node.js 24 punycode deprecation by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/cache#1685](https://redirect.github.com/actions/cache/pull/1685)
> * prepare release v5.0.1 by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/cache#1686](https://redirect.github.com/actions/cache/pull/1686)
>
> v5.0.0
> ======
>
> What's Changed
> --------------
>
> * Upgrade to use node24 by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/cache#1630](https://redirect.github.com/actions/cache/pull/1630)
> * Prepare v5.0.0 release by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/cache#1684](https://redirect.github.com/actions/cache/pull/1684)
>
> **Full Changelog**: <actions/cache@v5...v5.0.1>
>
> v5.0.0
> ------
>
> > [!IMPORTANT]
> > **`actions/cache@v5` runs on the Node.js 24 runtime and requires a minimum Actions Runner version of `2.327.1`.**
> >
> > If you are using self-hosted runners, ensure they are updated before upgrading.
>
> ---
>
> What's Changed
> --------------
>
> * Upgrade to use node24 by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/cache#1630](https://redirect.github.com/actions/cache/pull/1630)
> * Prepare v5.0.0 release by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/cache#1684](https://redirect.github.com/actions/cache/pull/1684)
>
> **Full Changelog**: <actions/cache@v4.3.0...v5.0.0>


Changelog

*Sourced from [actions/cache's changelog](https://github.com/actions/cache/blob/main/RELEASES.md).*

> Releases
> ========
>
> Changelog
> ---------
>
> ### 5.0.1
>
> * Update `@azure/storage-blob` to `^12.29.1` via `@actions/cache@5.0.1` [#1685](https://redirect.github.com/actions/cache/pull/1685)
>
> ### 5.0.0
>
> > [!IMPORTANT]
> > `actions/cache@v5` runs on the Node.js 24 runtime and requires a minimum Actions Runner version of `2.327.1`.
> > If you are using self-hosted runners, ensure they are updated before upgrading.
>
> ### 4.3.0
>
> * Bump `@actions/cache` to [v4.1.0](https://redirect.github.com/actions/toolkit/pull/2132)
>
> ### 4.2.4
>
> * Bump `@actions/cache` to v4.0.5
>
> ### 4.2.3
>
> * Bump `@actions/cache` to v4.0.3 (obfuscates SAS token in debug logs for cache entries)
>
> ### 4.2.2
>
> * Bump `@actions/cache` to v4.0.2
>
> ### 4.2.1
>
> * Bump `@actions/cache` to v4.0.1
>
> ### 4.2.0
>
> TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. [actions/cache](https://github.com/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 `v4` or `v3` as soon as possible before **February 1st, 2025.** (Upgrade instructions below).
>
> If you are using pinned SHAs, please use the SHAs of versions `v4.2.0` or `v3.4.0`
>
> If you do not upgrade, all workflow runs using any of the deprecated [actions/cache](https://github.com/actions/cache) will fail.
>
> Upgrading to the recommended versions will not break your workflows.
>
> ### 4.1.2

... (truncated)


Commits

* [`9255dc7`](actions/cache@9255dc7) Merge pull request [#1686](https://redirect.github.com/actions/cache/issues/1686) from actions/cache-v5.0.1-release
* [`8ff5423`](actions/cache@8ff5423) chore: release v5.0.1
* [`9233019`](actions/cache@9233019) Merge pull request [#1685](https://redirect.github.com/actions/cache/issues/1685) from salmanmkc/node24-storage-blob-fix
* [`b975f2b`](actions/cache@b975f2b) fix: add peer property to package-lock.json for dependencies
* [`d0a0e18`](actions/cache@d0a0e18) fix: update license files for `@​actions/cache`, fast-xml-parser, and strnum
* [`74de208`](actions/cache@74de208) fix: update `@​actions/cache` to ^5.0.1 for Node.js 24 punycode fix
* [`ac7f115`](actions/cache@ac7f115) peer
* [`b0f846b`](actions/cache@b0f846b) fix: update `@​actions/cache` with storage-blob fix for Node.js 24 punycode depr...
* [`a783357`](actions/cache@a783357) Merge pull request [#1684](https://redirect.github.com/actions/cache/issues/1684) from actions/prepare-cache-v5-release
* [`3bb0d78`](actions/cache@3bb0d78) docs: highlight v5 runner requirement in releases
* Additional commits viewable in [compare view](actions/cache@0057852...9255dc7)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=actions/cache&package-manager=github\_actions&previous-version=4.3.0&new-version=5.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
fbidu added a commit to fbidu/cookie-py that referenced this pull request Jun 16, 2026
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [actions/cache](https://github.com/actions/cache) | major | `v4` → `v5.0.5` |

---

### Release Notes

<details>
<summary>actions/cache (actions/cache)</summary>

### [`v5.0.5`](https://github.com/actions/cache/releases/tag/v5.0.5)

[Compare Source](actions/cache@v5.0.4...v5.0.5)

#### What's Changed

- Update ts-http-runtime dependency by [@&#8203;yacaovsnc](https://github.com/yacaovsnc) in [#&#8203;1747](actions/cache#1747)

**Full Changelog**: <actions/cache@v5...v5.0.5>

### [`v5.0.4`](https://github.com/actions/cache/releases/tag/v5.0.4)

[Compare Source](actions/cache@v5.0.3...v5.0.4)

#### What's Changed

- Add release instructions and update maintainer docs by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1696](actions/cache#1696)
- Potential fix for code scanning alert no. 52: Workflow does not contain permissions by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1697](actions/cache#1697)
- Fix workflow permissions and cleanup workflow names / formatting by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1699](actions/cache#1699)
- docs: Update examples to use the latest version by [@&#8203;XZTDean](https://github.com/XZTDean) in [#&#8203;1690](actions/cache#1690)
- Fix proxy integration tests by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1701](actions/cache#1701)
- Fix cache key in examples.md for bun.lock by [@&#8203;RyPeck](https://github.com/RyPeck) in [#&#8203;1722](actions/cache#1722)
- Update dependencies & patch security vulnerabilities by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1738](actions/cache#1738)

#### New Contributors

- [@&#8203;XZTDean](https://github.com/XZTDean) made their first contribution in [#&#8203;1690](actions/cache#1690)
- [@&#8203;RyPeck](https://github.com/RyPeck) made their first contribution in [#&#8203;1722](actions/cache#1722)

**Full Changelog**: <actions/cache@v5...v5.0.4>

### [`v5.0.3`](https://github.com/actions/cache/releases/tag/v5.0.3)

[Compare Source](actions/cache@v5.0.2...v5.0.3)

#### What's Changed

- Bump `@actions/cache` to v5.0.5 (Resolves: <https://github.com/actions/cache/security/dependabot/33>)
- Bump `@actions/core` to v2.0.3

**Full Changelog**: <actions/cache@v5...v5.0.3>

### [`v5.0.2`](https://github.com/actions/cache/releases/tag/v5.0.2): v.5.0.2

[Compare Source](actions/cache@v5.0.1...v5.0.2)

### v5.0.2

#### What's Changed

When creating cache entries, 429s returned from the cache service will not be retried.

### [`v5.0.1`](https://github.com/actions/cache/releases/tag/v5.0.1)

[Compare Source](actions/cache@v5...v5.0.1)

> \[!IMPORTANT]
> **`actions/cache@v5` runs on the Node.js 24 runtime and requires a minimum Actions Runner version of `2.327.1`.**
>
> If you are using self-hosted runners, ensure they are updated before upgrading.

***

### v5.0.1

#### What's Changed

- fix: update [@&#8203;actions/cache](https://github.com/actions/cache) for Node.js 24 punycode deprecation by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1685](actions/cache#1685)
- prepare release v5.0.1 by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1686](actions/cache#1686)

### v5.0.0

#### What's Changed

- Upgrade to use node24 by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1630](actions/cache#1630)
- Prepare v5.0.0 release by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1684](actions/cache#1684)

**Full Changelog**: <actions/cache@v5...v5.0.1>

### [`v5.0.0`](https://github.com/actions/cache/releases/tag/v5.0.0)

[Compare Source](actions/cache@v5...v5)

> \[!IMPORTANT]
> **`actions/cache@v5` runs on the Node.js 24 runtime and requires a minimum Actions Runner version of `2.327.1`.**
>
> If you are using self-hosted runners, ensure they are updated before upgrading.

***

#### What's Changed

- Upgrade to use node24 by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1630](actions/cache#1630)
- Prepare v5.0.0 release by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1684](actions/cache#1684)

**Full Changelog**: <actions/cache@v4.3.0...v5.0.0>

### [`v5`](actions/cache@v4.3.0...v5)

[Compare Source](actions/cache@v4.3.0...v5)

### [`v4.3.0`](https://github.com/actions/cache/releases/tag/v4.3.0)

[Compare Source](actions/cache@v4.2.4...v4.3.0)

#### What's Changed

- Add note on runner versions by [@&#8203;GhadimiR](https://github.com/GhadimiR) in [#&#8203;1642](actions/cache#1642)
- Prepare `v4.3.0` release by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1655](actions/cache#1655)

#### New Contributors

- [@&#8203;GhadimiR](https://github.com/GhadimiR) made their first contribution in [#&#8203;1642](actions/cache#1642)

**Full Changelog**: <actions/cache@v4...v4.3.0>

### [`v4.2.4`](https://github.com/actions/cache/releases/tag/v4.2.4)

[Compare Source](actions/cache@v4.2.3...v4.2.4)

#### What's Changed

- Update README.md by [@&#8203;nebuk89](https://github.com/nebuk89) in [#&#8203;1620](actions/cache#1620)
- Upgrade `@actions/cache` to `4.0.5` and move `@protobuf-ts/plugin` to dev depdencies by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1634](actions/cache#1634)
- Prepare release `4.2.4` by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1636](actions/cache#1636)

#### New Contributors

- [@&#8203;nebuk89](https://github.com/nebuk89) made their first contribution in [#&#8203;1620](actions/cache#1620)

**Full Changelog**: <actions/cache@v4...v4.2.4>

### [`v4.2.3`](https://github.com/actions/cache/releases/tag/v4.2.3)

[Compare Source](actions/cache@v4.2.2...v4.2.3)

#### What's Changed

- Update to use [@&#8203;actions/cache](https://github.com/actions/cache) 4.0.3 package & prepare for new release by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1577](actions/cache#1577) (SAS tokens for cache entries are now masked in debug logs)

#### New Contributors

- [@&#8203;salmanmkc](https://github.com/salmanmkc) made their first contribution in [#&#8203;1577](actions/cache#1577)

**Full Changelog**: <actions/cache@v4.2.2...v4.2.3>

### [`v4.2.2`](https://github.com/actions/cache/releases/tag/v4.2.2)

[Compare Source](actions/cache@v4.2.1...v4.2.2)

#### What's Changed

> \[!IMPORTANT]
> As a reminder, there were important backend changes to release v4.2.0, see [those release notes](https://github.com/actions/cache/releases/tag/v4.2.0) and [the announcement](actions/cache#1510) for more details.

- Bump [@&#8203;actions/cache](https://github.com/actions/cache) to v4.0.2 by [@&#8203;robherley](https://github.com/robherley) in [#&#8203;1560](actions/cache#1560)

**Full Changelog**: <actions/cache@v4.2.1...v4.2.2>

### [`v4.2.1`](https://github.com/actions/cache/releases/tag/v4.2.1)

[Compare Source](actions/cache@v4.2.0...v4.2.1)

#### What's Changed

> \[!IMPORTANT]
> As a reminder, there were important backend changes to release v4.2.0, see [those release notes](https://github.com/actions/cache/releases/tag/v4.2.0) and [the announcement](actions/cache#1510) for more details.

- docs: GitHub is spelled incorrectly in caching-strategies.md by [@&#8203;janco-absa](https://github.com/janco-absa) in [#&#8203;1526](actions/cache#1526)
- docs: Make the "always save prime numbers" example more clear by [@&#8203;Tobbe](https://github.com/Tobbe) in [#&#8203;1525](actions/cache#1525)
- Update force deletion docs due a recent deprecation by [@&#8203;sebbalex](https://github.com/sebbalex) in [#&#8203;1500](actions/cache#1500)
- Bump [@&#8203;actions/cache](https://github.com/actions/cache) to v4.0.1 by [@&#8203;robherley](https://github.com/robherley) in [#&#8203;1554](actions/cache#1554)

#### New Contributors

- [@&#8203;janco-absa](https://github.com/janco-absa) made their first contribution in [#&#8203;1526](actions/cache#1526)
- [@&#8203;Tobbe](https://github.com/Tobbe) made their first contribution in [#&#8203;1525](actions/cache#1525)
- [@&#8203;sebbalex](https://github.com/sebbalex) made their first contribution in [#&#8203;1500](actions/cache#1500)

**Full Changelog**: <actions/cache@v4.2.0...v4.2.1>

### [`v4.2.0`](https://github.com/actions/cache/releases/tag/v4.2.0)

[Compare Source](actions/cache@v4.1.2...v4.2.0)

#### ⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. [actions/cache](https://github.com/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 `v4` or `v3` as soon as possible before **February 1st, 2025.** (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions `v4.2.0` or `v3.4.0`

If you do not upgrade, all workflow runs using any of the deprecated [actions/cache](https://github.com/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](actions/cache#1510).

##### Minor changes

Minor and patch version updates for these dependencies:

- [@&#8203;actions/core](https://github.com/actions/core): `1.11.1`
- [@&#8203;actions/io](https://github.com/actions/io): `1.1.3`
- [@&#8203;vercel/ncc](https://github.com/vercel/ncc): `0.38.3`

**Full Changelog**: <actions/cache@v4.1.2...v4.2.0>

### [`v4.1.2`](https://github.com/actions/cache/releases/tag/v4.1.2)

[Compare Source](actions/cache@v4.1.1...v4.1.2)

#### What's Changed

- Add Bun example by [@&#8203;idleberg](https://github.com/idleberg) in [#&#8203;1456](actions/cache#1456)
- Revise `isGhes` logic by [@&#8203;jww3](https://github.com/jww3) in [#&#8203;1474](actions/cache#1474)
- Bump braces from 3.0.2 to 3.0.3 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1475](actions/cache#1475)
- Add dependabot.yml to enable automatic dependency upgrades by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1476](actions/cache#1476)
- Bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1478](actions/cache#1478)
- Bump actions/stale from 3 to 9 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1479](actions/cache#1479)
- Bump github/codeql-action from 2 to 3 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1483](actions/cache#1483)
- Bump actions/setup-node from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1481](actions/cache#1481)
- Prepare `4.1.2` release by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1477](actions/cache#1477)

#### New Contributors

- [@&#8203;idleberg](https://github.com/idleberg) made their first contribution in [#&#8203;1456](actions/cache#1456)
- [@&#8203;jww3](https://github.com/jww3) made their first contribution in [#&#8203;1474](actions/cache#1474)
- [@&#8203;Link-](https://github.com/Link-) made their first contribution in [#&#8203;1476](actions/cache#1476)

**Full Changelog**: <actions/cache@v4.1.1...v4.1.2>

### [`v4.1.1`](https://github.com/actions/cache/releases/tag/v4.1.1)

[Compare Source](actions/cache@v4.1.0...v4.1.1)

#### What's Changed

- Restore original behavior of `cache-hit` output by [@&#8203;joshmgross](https://github.com/joshmgross) in [#&#8203;1467](actions/cache#1467)

**Full Changelog**: <actions/cache@v4.1.0...v4.1.1>

### [`v4.1.0`](https://github.com/actions/cache/releases/tag/v4.1.0)

[Compare Source](actions/cache@v4.0.2...v4.1.0)

#### What's Changed

- Fix cache-hit output when cache missed by [@&#8203;fchimpan](https://github.com/fchimpan) in [#&#8203;1404](actions/cache#1404)
- Deprecate `save-always` input by [@&#8203;joshmgross](https://github.com/joshmgross) in [#&#8203;1452](actions/cache#1452)

#### New Contributors

- [@&#8203;ottlinger](https://github.com/ottlinger) made their first contribution in [#&#8203;1437](actions/cache#1437)
- [@&#8203;Olegt0rr](https://github.com/Olegt0rr) made their first contribution in [#&#8203;1377](actions/cache#1377)
- [@&#8203;fchimpan](https://github.com/fchimpan) made their first contribution in [#&#8203;1404](actions/cache#1404)
- [@&#8203;x612skm](https://github.com/x612skm) made their first contribution in [#&#8203;1434](actions/cache#1434)
- [@&#8203;todgru](https://github.com/todgru) made their first contribution in [#&#8203;1311](actions/cache#1311)
- [@&#8203;Jcambass](https://github.com/Jcambass) made their first contribution in [#&#8203;1463](actions/cache#1463)
- [@&#8203;mackey0225](https://github.com/mackey0225) made their first contribution in [#&#8203;1462](actions/cache#1462)
- [@&#8203;quatquatt](https://github.com/quatquatt) made their first contribution in [#&#8203;1445](actions/cache#1445)

**Full Changelog**: <actions/cache@v4.0.2...v4.1.0>

### [`v4.0.2`](https://github.com/actions/cache/releases/tag/v4.0.2)

[Compare Source](actions/cache@v4.0.1...v4.0.2)

#### What's Changed

- Fix `fail-on-cache-miss` not working by [@&#8203;cdce8p](https://github.com/cdce8p) in [#&#8203;1327](actions/cache#1327)

**Full Changelog**: <actions/cache@v4.0.1...v4.0.2>

### [`v4.0.1`](https://github.com/actions/cache/releases/tag/v4.0.1)

[Compare Source](actions/cache@v4...v4.0.1)

#### What's Changed

- Update README.md by [@&#8203;yacaovsnc](https://github.com/yacaovsnc) in [#&#8203;1304](actions/cache#1304)
- Update examples by [@&#8203;yacaovsnc](https://github.com/yacaovsnc) in [#&#8203;1305](actions/cache#1305)
- Update actions/cache publish flow by [@&#8203;bethanyj28](https://github.com/bethanyj28) in [#&#8203;1340](actions/cache#1340)
- Update [@&#8203;actions/cache](https://github.com/actions/cache) by [@&#8203;bethanyj28](https://github.com/bethanyj28) in [#&#8203;1341](actions/cache#1341)

#### New Contributors

- [@&#8203;yacaovsnc](https://github.com/yacaovsnc) made their first contribution in [#&#8203;1304](actions/cache#1304)

**Full Changelog**: <actions/cache@v4...v4.0.1>

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTQuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIxNC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJ0ZW1wbGF0ZSJdfQ==-->

Reviewed-on: https://git.lx.e6a.app/tools/cookie-py/pulls/86
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1.
Release notes

*Sourced from [actions/cache's releases](https://github.com/actions/cache/releases).*

> v5.0.1
> ------
>
> > [!IMPORTANT]
> > **`actions/cache@v5` runs on the Node.js 24 runtime and requires a minimum Actions Runner version of `2.327.1`.**
> >
> > If you are using self-hosted runners, ensure they are updated before upgrading.
>
> ---
>
> v5.0.1
> ======
>
> What's Changed
> --------------
>
> * fix: update `@​actions/cache` for Node.js 24 punycode deprecation by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/cache#1685](https://redirect.github.com/actions/cache/pull/1685)
> * prepare release v5.0.1 by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/cache#1686](https://redirect.github.com/actions/cache/pull/1686)
>
> v5.0.0
> ======
>
> What's Changed
> --------------
>
> * Upgrade to use node24 by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/cache#1630](https://redirect.github.com/actions/cache/pull/1630)
> * Prepare v5.0.0 release by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/cache#1684](https://redirect.github.com/actions/cache/pull/1684)
>
> **Full Changelog**: <actions/cache@v5...v5.0.1>
>
> v5.0.0
> ------
>
> > [!IMPORTANT]
> > **`actions/cache@v5` runs on the Node.js 24 runtime and requires a minimum Actions Runner version of `2.327.1`.**
> >
> > If you are using self-hosted runners, ensure they are updated before upgrading.
>
> ---
>
> What's Changed
> --------------
>
> * Upgrade to use node24 by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/cache#1630](https://redirect.github.com/actions/cache/pull/1630)
> * Prepare v5.0.0 release by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/cache#1684](https://redirect.github.com/actions/cache/pull/1684)
>
> **Full Changelog**: <actions/cache@v4.3.0...v5.0.0>


Changelog

*Sourced from [actions/cache's changelog](https://github.com/actions/cache/blob/main/RELEASES.md).*

> Releases
> ========
>
> Changelog
> ---------
>
> ### 5.0.1
>
> * Update `@azure/storage-blob` to `^12.29.1` via `@actions/cache@5.0.1` [ArcadeData#1685](https://redirect.github.com/actions/cache/pull/1685)
>
> ### 5.0.0
>
> > [!IMPORTANT]
> > `actions/cache@v5` runs on the Node.js 24 runtime and requires a minimum Actions Runner version of `2.327.1`.
> > If you are using self-hosted runners, ensure they are updated before upgrading.
>
> ### 4.3.0
>
> * Bump `@actions/cache` to [v4.1.0](https://redirect.github.com/actions/toolkit/pull/2132)
>
> ### 4.2.4
>
> * Bump `@actions/cache` to v4.0.5
>
> ### 4.2.3
>
> * Bump `@actions/cache` to v4.0.3 (obfuscates SAS token in debug logs for cache entries)
>
> ### 4.2.2
>
> * Bump `@actions/cache` to v4.0.2
>
> ### 4.2.1
>
> * Bump `@actions/cache` to v4.0.1
>
> ### 4.2.0
>
> TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. [actions/cache](https://github.com/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 `v4` or `v3` as soon as possible before **February 1st, 2025.** (Upgrade instructions below).
>
> If you are using pinned SHAs, please use the SHAs of versions `v4.2.0` or `v3.4.0`
>
> If you do not upgrade, all workflow runs using any of the deprecated [actions/cache](https://github.com/actions/cache) will fail.
>
> Upgrading to the recommended versions will not break your workflows.
>
> ### 4.1.2

... (truncated)


Commits

* [`9255dc7`](actions/cache@9255dc7) Merge pull request [ArcadeData#1686](https://redirect.github.com/actions/cache/issues/1686) from actions/cache-v5.0.1-release
* [`8ff5423`](actions/cache@8ff5423) chore: release v5.0.1
* [`9233019`](actions/cache@9233019) Merge pull request [ArcadeData#1685](https://redirect.github.com/actions/cache/issues/1685) from salmanmkc/node24-storage-blob-fix
* [`b975f2b`](actions/cache@b975f2b) fix: add peer property to package-lock.json for dependencies
* [`d0a0e18`](actions/cache@d0a0e18) fix: update license files for `@​actions/cache`, fast-xml-parser, and strnum
* [`74de208`](actions/cache@74de208) fix: update `@​actions/cache` to ^5.0.1 for Node.js 24 punycode fix
* [`ac7f115`](actions/cache@ac7f115) peer
* [`b0f846b`](actions/cache@b0f846b) fix: update `@​actions/cache` with storage-blob fix for Node.js 24 punycode depr...
* [`a783357`](actions/cache@a783357) Merge pull request [ArcadeData#1684](https://redirect.github.com/actions/cache/issues/1684) from actions/prepare-cache-v5-release
* [`3bb0d78`](actions/cache@3bb0d78) docs: highlight v5 runner requirement in releases
* Additional commits viewable in [compare view](actions/cache@0057852...9255dc7)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=actions/cache&package-manager=github\_actions&previous-version=4.3.0&new-version=5.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
wu pushed a commit to wu/keyop-messenger that referenced this pull request Jul 18, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://github.com/actions/cache) | action | major | `v4` → `v6` |

---

### Release Notes

<details>
<summary>actions/cache (actions/cache)</summary>

### [`v6.1.0`](https://github.com/actions/cache/releases/tag/v6.1.0)

[Compare Source](actions/cache@v6.0.0...v6.1.0)

##### What's Changed

- Bump [@&#8203;actions/cache](https://github.com/actions/cache) to v6.1.0 - handle read-only cache access by [@&#8203;jasongin](https://github.com/jasongin) in [#&#8203;1768](actions/cache#1768)

**Full Changelog**: <actions/cache@v6...v6.1.0>

### [`v6.0.0`](https://github.com/actions/cache/releases/tag/v6.0.0)

[Compare Source](actions/cache@v6.0.0...v6.0.0)

##### What's Changed

- Update packages, migrate to ESM by [@&#8203;Samirat](https://github.com/Samirat) in [#&#8203;1760](actions/cache#1760)

**Full Changelog**: <actions/cache@v5...v6.0.0>

### [`v6`](actions/cache@v5.1.0...v6.0.0)

[Compare Source](actions/cache@v5.1.0...v6.0.0)

### [`v5.1.0`](https://github.com/actions/cache/releases/tag/v5.1.0)

[Compare Source](actions/cache@v5.0.5...v5.1.0)

##### What's Changed

- Bump [@&#8203;actions/cache](https://github.com/actions/cache) to v5.1.0 - handle read-only cache access by [@&#8203;jasongin](https://github.com/jasongin) in [#&#8203;1775](actions/cache#1775)

**Full Changelog**: <actions/cache@v5...v5.1.0>

### [`v5.0.5`](https://github.com/actions/cache/releases/tag/v5.0.5)

[Compare Source](actions/cache@v5.0.4...v5.0.5)

##### What's Changed

- Update ts-http-runtime dependency by [@&#8203;yacaovsnc](https://github.com/yacaovsnc) in [#&#8203;1747](actions/cache#1747)

**Full Changelog**: <actions/cache@v5...v5.0.5>

### [`v5.0.4`](https://github.com/actions/cache/releases/tag/v5.0.4)

[Compare Source](actions/cache@v5.0.3...v5.0.4)

##### What's Changed

- Add release instructions and update maintainer docs by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1696](actions/cache#1696)
- Potential fix for code scanning alert no. 52: Workflow does not contain permissions by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1697](actions/cache#1697)
- Fix workflow permissions and cleanup workflow names / formatting by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1699](actions/cache#1699)
- docs: Update examples to use the latest version by [@&#8203;XZTDean](https://github.com/XZTDean) in [#&#8203;1690](actions/cache#1690)
- Fix proxy integration tests by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1701](actions/cache#1701)
- Fix cache key in examples.md for bun.lock by [@&#8203;RyPeck](https://github.com/RyPeck) in [#&#8203;1722](actions/cache#1722)
- Update dependencies & patch security vulnerabilities by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1738](actions/cache#1738)

##### New Contributors

- [@&#8203;XZTDean](https://github.com/XZTDean) made their first contribution in [#&#8203;1690](actions/cache#1690)
- [@&#8203;RyPeck](https://github.com/RyPeck) made their first contribution in [#&#8203;1722](actions/cache#1722)

**Full Changelog**: <actions/cache@v5...v5.0.4>

### [`v5.0.3`](https://github.com/actions/cache/releases/tag/v5.0.3)

[Compare Source](actions/cache@v5.0.2...v5.0.3)

##### What's Changed

- Bump `@actions/cache` to v5.0.5 (Resolves: <https://github.com/actions/cache/security/dependabot/33>)
- Bump `@actions/core` to v2.0.3

**Full Changelog**: <actions/cache@v5...v5.0.3>

### [`v5.0.2`](https://github.com/actions/cache/releases/tag/v5.0.2): v.5.0.2

[Compare Source](actions/cache@v5.0.1...v5.0.2)

##### v5.0.2

##### What's Changed

When creating cache entries, 429s returned from the cache service will not be retried.

### [`v5.0.1`](https://github.com/actions/cache/releases/tag/v5.0.1)

[Compare Source](actions/cache@v5...v5.0.1)

> \[!IMPORTANT]
> **`actions/cache@v5` runs on the Node.js 24 runtime and requires a minimum Actions Runner version of `2.327.1`.**
>
> If you are using self-hosted runners, ensure they are updated before upgrading.

***

##### v5.0.1

##### What's Changed

- fix: update [@&#8203;actions/cache](https://github.com/actions/cache) for Node.js 24 punycode deprecation by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1685](actions/cache#1685)
- prepare release v5.0.1 by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1686](actions/cache#1686)

##### v5.0.0

##### What's Changed

- Upgrade to use node24 by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1630](actions/cache#1630)
- Prepare v5.0.0 release by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1684](actions/cache#1684)

**Full Changelog**: <actions/cache@v5...v5.0.1>

### [`v5.0.0`](https://github.com/actions/cache/releases/tag/v5.0.0)

[Compare Source](actions/cache@v5...v5)

> \[!IMPORTANT]
> **`actions/cache@v5` runs on the Node.js 24 runtime and requires a minimum Actions Runner version of `2.327.1`.**
>
> If you are using self-hosted runners, ensure they are updated before upgrading.

***

##### What's Changed

- Upgrade to use node24 by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1630](actions/cache#1630)
- Prepare v5.0.0 release by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1684](actions/cache#1684)

**Full Changelog**: <actions/cache@v4.3.0...v5.0.0>

### [`v5`](actions/cache@v4.3.0...v5)

[Compare Source](actions/cache@v4.3.0...v5)

</details>

---

### Configuration

📅 **Schedule**: (in timezone America/Los_Angeles)

- 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI3MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: Renovate Bot <renovate-bot@geekfarm.org>
Reviewed-on: https://git.geekfarm.org/wu/keyop-messenger/pulls/8
fbidu added a commit to fbidu/cookie-py that referenced this pull request Jul 21, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://github.com/actions/cache) |  | major | `v5` → `v6.1.0` |
| [actions/cache](https://github.com/actions/cache) |  | major | `v5.0.5` → `v6.1.0` |
| [actions/cache](https://github.com/actions/cache) | action | major | `v5` → `v6` |

---

### Release Notes

<details>
<summary>actions/cache (actions/cache)</summary>

### [`v6.1.0`](https://github.com/actions/cache/releases/tag/v6.1.0)

[Compare Source](actions/cache@v6.0.0...v6.1.0)

##### What's Changed

- Bump [@&#8203;actions/cache](https://github.com/actions/cache) to v6.1.0 - handle read-only cache access by [@&#8203;jasongin](https://github.com/jasongin) in [#&#8203;1768](actions/cache#1768)

**Full Changelog**: <actions/cache@v6...v6.1.0>

### [`v6`](actions/cache@v6.0.0...v6.0.0)

[Compare Source](actions/cache@v6.0.0...v6.0.0)

### [`v6.0.0`](https://github.com/actions/cache/releases/tag/v6.0.0)

[Compare Source](actions/cache@v5.1.0...v6.0.0)

##### What's Changed

- Update packages, migrate to ESM by [@&#8203;Samirat](https://github.com/Samirat) in [#&#8203;1760](actions/cache#1760)

**Full Changelog**: <actions/cache@v5...v6.0.0>

### [`v5.1.0`](https://github.com/actions/cache/releases/tag/v5.1.0)

[Compare Source](actions/cache@v5.0.5...v5.1.0)

##### What's Changed

- Bump [@&#8203;actions/cache](https://github.com/actions/cache) to v5.1.0 - handle read-only cache access by [@&#8203;jasongin](https://github.com/jasongin) in [#&#8203;1775](actions/cache#1775)

**Full Changelog**: <actions/cache@v5...v5.1.0>

### [`v5.0.5`](https://github.com/actions/cache/releases/tag/v5.0.5)

[Compare Source](actions/cache@v5.0.4...v5.0.5)

#### What's Changed

- Update ts-http-runtime dependency by [@&#8203;yacaovsnc](https://github.com/yacaovsnc) in [#&#8203;1747](actions/cache#1747)

**Full Changelog**: <actions/cache@v5...v5.0.5>

### [`v5.0.4`](https://github.com/actions/cache/releases/tag/v5.0.4)

[Compare Source](actions/cache@v5.0.3...v5.0.4)

#### What's Changed

- Add release instructions and update maintainer docs by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1696](actions/cache#1696)
- Potential fix for code scanning alert no. 52: Workflow does not contain permissions by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1697](actions/cache#1697)
- Fix workflow permissions and cleanup workflow names / formatting by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1699](actions/cache#1699)
- docs: Update examples to use the latest version by [@&#8203;XZTDean](https://github.com/XZTDean) in [#&#8203;1690](actions/cache#1690)
- Fix proxy integration tests by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1701](actions/cache#1701)
- Fix cache key in examples.md for bun.lock by [@&#8203;RyPeck](https://github.com/RyPeck) in [#&#8203;1722](actions/cache#1722)
- Update dependencies & patch security vulnerabilities by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;1738](actions/cache#1738)

#### New Contributors

- [@&#8203;XZTDean](https://github.com/XZTDean) made their first contribution in [#&#8203;1690](actions/cache#1690)
- [@&#8203;RyPeck](https://github.com/RyPeck) made their first contribution in [#&#8203;1722](actions/cache#1722)

**Full Changelog**: <actions/cache@v5...v5.0.4>

### [`v5.0.3`](https://github.com/actions/cache/releases/tag/v5.0.3)

[Compare Source](actions/cache@v5.0.2...v5.0.3)

#### What's Changed

- Bump `@actions/cache` to v5.0.5 (Resolves: <https://github.com/actions/cache/security/dependabot/33>)
- Bump `@actions/core` to v2.0.3

**Full Changelog**: <actions/cache@v5...v5.0.3>

### [`v5.0.2`](https://github.com/actions/cache/releases/tag/v5.0.2): v.5.0.2

[Compare Source](actions/cache@v5.0.1...v5.0.2)

### v5.0.2

#### What's Changed

When creating cache entries, 429s returned from the cache service will not be retried.

### [`v5.0.1`](https://github.com/actions/cache/releases/tag/v5.0.1)

[Compare Source](actions/cache@v5...v5.0.1)

> \[!IMPORTANT]
> **`actions/cache@v5` runs on the Node.js 24 runtime and requires a minimum Actions Runner version of `2.327.1`.**
>
> If you are using self-hosted runners, ensure they are updated before upgrading.

***

### v5.0.1

#### What's Changed

- fix: update [@&#8203;actions/cache](https://github.com/actions/cache) for Node.js 24 punycode deprecation by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1685](actions/cache#1685)
- prepare release v5.0.1 by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1686](actions/cache#1686)

### v5.0.0

#### What's Changed

- Upgrade to use node24 by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1630](actions/cache#1630)
- Prepare v5.0.0 release by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1684](actions/cache#1684)

**Full Changelog**: <actions/cache@v5...v5.0.1>

</details>

---

### 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 these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTQuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIxNC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJ0ZW1wbGF0ZSJdfQ==-->

Reviewed-on: https://git.lx.e6a.app/tools/cookie-py/pulls/94
hub966 added a commit to dev394582/cache that referenced this pull request Jul 24, 2026
…ncy (#1)

* 3.2.6

* Bump @actions/cache version

* Update package-lock.json

* Fix zstd breaking after new version release

* Fix license

* Update Cross-OS Caching tips

* docs: Add missing permission in cache delete example (actions#1123)

* Add `lookup-only` option (actions#1041)

* Add new actions/cache version (with dryRun support)

* Add dry-run option

* Changes after rebase

* Update readme

* Rename option to lookup-only

* Update test name

* Update package.json + changelog

* Update README

* Update custom package version

* Update custom package version

* Update @actions/cache to 3.2.0

* Code review

* Update log statement

* Move test case

---------

Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>

* Change two new actions mention as quoted text

* Add example for Bazel

* Fix example for Bazel

* Reduced download segment size to 128 MB and timeout to 10 minutes (actions#1129)

* Changed segment size to 128mb & timeout to 10 min

* Updated license

* Updated licenses

* Fixed readme with new segment timeout values (actions#1133)

* Readme fixes (actions#1134)

* Update README.md

* Update README.md

* Create separate Linux/macOS examples for Bazel

* Updated description of the lookup-only input for main action (actions#1130)

* Updated description of the lookup-only input for main action

* Update README.md

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>

* Update README.md

---------

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>

* Clarify that macos-latest image has bazelisk

* Remove actions to add new PRs and issues to a project board

The project doesn't seem to exist, so this always fails.

* Consume latest toolkit and fix dangling promise bug (actions#1217)

* Consume latest toolkit and fix dangling promise bug

* Pass earlyExit parameter to run method so tests don't hang

* Pass earlyExit parameter to run method so tests don't hang

* Refactor restore files to have better patterns for testing

* style

* bump action version to 3.3.2

* Add to RELEASES.md

* added save-always input

* Update action.yml

Co-authored-by: Tomasz Janiszewski <janiszt@gmail.com>

* Revert "Update action.yml"

This reverts commit 3b7dac1.

* Update action to node20

* Update check-dist node version

* Rebuild dist

* Update license

* replace deprecated @zeit/ncc with @vercel/ncc

* Bump version

* Update "only-" actions to node20

* Apply workaround for earlyExit

* Fix format

* cache v3.3.3

* licensed

* Fix dist

* Update README.md

* Update examples

* update documentation to use <action>@v4

* add release action

* update @actions/cache

* licensed cache

* Fix fail-on-cache-miss not working

* Bump version

* Add test case for process exit

Co-authored-by: Bethany <bethanyj28@users.noreply.github.com>

* Update README.md and use v4 of checkout action (actions#1437)

Update examples to use latest available checkout action v4.

* Explicit use bash for Windows (actions#1377)

Co-authored-by: Josh Gross <joshmgross@github.com>

* Fix cache-hit output when cache missed (actions#1404)

* fix: cache-hit output

* fix: Output chache hit timing

* fix: Output chache hit timing

---------

Co-authored-by: Josh Gross <joshmgross@github.com>

* Clarify that the `restore-keys` input is a string in the docs  (actions#1434)

* Fix Description for restore-keys at Readme

As previously the restore-keys were defined as an ordered lists which is
wrong as per the issue description where the actual format is a
multi-line string with one key per line.

* Added a space between the sentence of restore-keys description

While at the PR review it's been identified there's a need for a space
between the sentence

	```
	An ordered multiline string listing the prefix-matched keys,that are
	used for restoring stale cache if no cache hit occurred for key.
	```

where it's written as "prefix-matched keys,that are" this commit will
address the review comment and introduce a space between
"prefix-matched keys, that are" and change the sentence to

	```
	An ordered multiline string listing the prefix-matched keys, that are
        used for restoring stale cache if no cache hit occurred for key.
	```

* Change restore-keys description at cache/restore/action.yml and cache/action.yml

* Add workflow file for publishing releases to immutable action package

This workflow file publishes new action releases to the immutable action package of the same name as this repo.

This is part of the Immutable Actions project which is not yet fully released to the public. First party actions like this one are part of our initial testing of this feature.

* Deprecate `save-always` input (actions#1452)

The `save-always` input added in v4 is not
working as intended due to
`post-if` expressions not supporting the input
context.
To avoid breaking users who have already added
this input to their workflows, it is being
deprecated now and will be removed
in the next major version (v5).
See actions#1315 for more details.

* Fix typo: depening -> depending (actions#1462)

Co-authored-by: Josh Gross <joshmgross@github.com>

* restore action's README now references v4 instead of v3 (actions#1445)

Co-authored-by: Josh Gross <joshmgross@github.com>

* Prepare `4.1.0` release (actions#1464)

* Restore original behavior of `cache-hit` output (actions#1467)

* Restore original behavior of `cache-hit` output

* Bump version to 4.1.1

* Add Bun example (actions#1456)

* Add Bun example

* Fix Bun Windows example

* Revise `isGhes` logic

* ran `npm run build`

* appease the linter

* added unit tests

* Bump braces from 3.0.2 to 3.0.3

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Create dependabot.yml

* Prepare release 4.1.2

* Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump actions/stale from 3 to 9

Bumps [actions/stale](https://github.com/actions/stale) from 3 to 9.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v3...v9)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump actions/setup-node from 3 to 4

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump github/codeql-action from 2 to 3

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Upgrade @actions/cache to 4.0.0

* Update RELEASES.md

* Upgrade @vercel/ncc to 0.38.3

* Upgrade @actions/core to 1.11.1 and other deps

* Add licensed output

* Add reviewed licensed packages

* Add lodash to list of reviewed licenses

* Add licensed output

* Rerun CI

* Add 3.4.0 release notes

* Correct GitHub Spelling in caching-strategies.md (actions#1526)

GitHub was spelled incorrectly 3 lines under the Understanding how to choose path section

* docs: Make the "always save prime numbers" example more clear (actions#1525)

* Update force deletion docs due a recent deprecation (actions#1500)

* fix: update force deletion docs due a recent deprecation

* fix: applied josh's suggestions

---------

Co-authored-by: Josh Gross <joshmgross@github.com>

* bump @actions/cache to v4.0.1

* Update publish-immutable-actions.yml

* bump @actions/cache to v4.0.2, prep for v4.2.2 release

* add changes

* changed

* mask whole url

* debugging

* type

* artifact changes

* update cache package to mask whole sas to the end of the line

* mask

* update

* latest test before pr

* updated cache with latest changes

* updates

* new package

* update cache with main

* Update to use the latest version of the cache package to obfuscate the SAS

* Update releases.md

* Update README.md

* update to node24

* update licences

* @protobuf-ts/plugin to dev dependencies

* Add licensed output

* Add licensed output

* Update the licensed workflow to use the latest version

* Fix the workflow to use licensed from source

* Fix bundle exec

* Fix with another approach

* Prepare release 4.2.4

* Add note on runner versions

* license and compiled

* Approve license

* Upgrade actions/cache to 4.1.0 and prepare 4.3.0 release

* Update licensed cache

* Update cache to use local cache package and Node 24 support

- Use local cache package with file:../packages/cache instead of published version
- Update all action.yml files to use node24 runtime
- Update dependencies to support Node 24 (@types/node@24.1.0)
- Rebuild dist files with local cache package
- Add engines field requiring node >=24

* Build dist files for Node 24

* chore: rebuild dist with local @actions/cache (core v2, exec v2)

* chore: use local @actions/core, exec, io packages

* Build with @actions/cache v5.0.0

* Use published @actions/core, exec, io v2.0.0

* chore: rebuild with @actions/cache v5.0.0

Uses updated cache package that removes @azure/ms-rest-js dependency to fix Node 24 punycode deprecation warning.

* Update with core 2.0.1 which has exec 2.0.0

* chore: update @actions/core to 2.0.1

* Latest dist with core changes

* Extra dist change

* chore: use published @actions/cache v5.0.0

* chore: update license cache for @actions/cache v5.0.0

* chore: rebuild dist with @actions/cache v5.0.0

* chore: update actions/checkout to v5 in workflow files

* chore: bump version to 5.0.0 for Node.js 24 support

* docs: update README with v5 release notes

* Revert "docs: update README with v5 release notes"

This reverts commit fe92eaf.

* chore: revert README to main branch state

* chore: set version to 4.3.0 for prepare release PR

* chore: rebuild dist with version 4.3.0

* chore: regenerate package-lock.json

* undo readme changes

* Prepare v5.0.0 release

- Bump package version to 5.0.0

- Add v5.0.0 release notes (Node.js 24 runtime + runner requirement)

* docs: update README for v5 release with Node 24 and runner version requirements

* readme note

* docs: highlight v5 runner requirement in releases

* fix: update @actions/cache with storage-blob fix for Node.js 24 punycode deprecation

* peer

* fix: update @actions/cache to ^5.0.1 for Node.js 24 punycode fix

Updates @actions/cache to version 5.0.1 which includes the @azure/storage-blob
update that fixes the punycode deprecation warning on Node.js 24.

* fix: update license files for @actions/cache, fast-xml-parser, and strnum

* fix: add peer property to package-lock.json for dependencies

* chore: release v5.0.1

- Bump version to 5.0.1
- Fix Node.js 24 punycode deprecation warning via @actions/cache@5.0.1
- Updates @azure/storage-blob to ^12.29.1

Related: actions#1685

* docs: Update examples to cache@v5

* docs: Update other actions in examples to the latest version

* Bump actions/cache to 5.0.3

* Add PR link to releases

* Build

* Update licensed record for cache

* license for httpclient

* Add 5.0.3 builds

* Upgrade dependencies and address security warnings

- Bump `@actions/cache` to v5.0.5
- Bump `@actions/core` to v2.0.3

* Add licensed output

* Add review for the @actions/http-client license

* Update contribution docs

* Add note

* Potential fix for code scanning alert no. 52: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* Fix permissions for workflows/workflow.yml

* Fix workflow permissions and cleanup

* Cleanup workflow file names

* Update .github/workflows/pr-opened-workflow.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Rewrite and simplify

* Add wait for proxy

* Fix resolution

* Add traffic sanity check step

* Fix cache key in examples.md for bun.lock

Updated cache key to use 'bun.lock' instead of 'bun.lockb' for consistency.

* Update dependencies & patch security vulnerabilities

* Add licenses

* Update RELEASES

* Update ts-http-runtime to 0.3.5

* npm run build generated dist files

* licensed changes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Lovepreet Singh <pdotl@github.com>
Co-authored-by: Kotokaze <62094392+kotokaze@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
Co-authored-by: David Bernard <davidB@users.noreply.github.com>
Co-authored-by: Michael Vorburger <vorburger@google.com>
Co-authored-by: Michael Vorburger ⛑️ <mike@vorburger.ch>
Co-authored-by: Vipul <vsvipul@github.com>
Co-authored-by: Jason Orendorff <jorendorff@github.com>
Co-authored-by: Johanan Idicula <jidicula@github.com>
Co-authored-by: Chad Kimes <1936066+chkimes@users.noreply.github.com>
Co-authored-by: bethanyj28 <bethanyj28@github.com>
Co-authored-by: Bethany <bethanyj28@users.noreply.github.com>
Co-authored-by: to-s <26573402+to-s@users.noreply.github.com>
Co-authored-by: Tomasz Janiszewski <janiszt@gmail.com>
Co-authored-by: to-s <to-s@users.noreply.github.com>
Co-authored-by: Tatyana Kostromskaya <32135588+takost@users.noreply.github.com>
Co-authored-by: Rob Herley <robherley@github.com>
Co-authored-by: Yang Cao <yacaovsnc@github.com>
Co-authored-by: todgru <todgru@gmail.com>
Co-authored-by: P. Ottlinger <ottlinger@users.noreply.github.com>
Co-authored-by: Oleg A. <t0rr@mail.ru>
Co-authored-by: Josh Gross <joshmgross@github.com>
Co-authored-by: r4mimu <52129983+fchimpan@users.noreply.github.com>
Co-authored-by: Soubhik Kumar Mitra <59209034+x612skm@users.noreply.github.com>
Co-authored-by: Bassem Dghaidi <568794+Link-@users.noreply.github.com>
Co-authored-by: Joel Ambass <Jcambass@users.noreply.github.com>
Co-authored-by: mackey0225 <masaki.asano0225@gmail.com>
Co-authored-by: Eman Resu <78693624+quatquatt@users.noreply.github.com>
Co-authored-by: Jan T. Sott <git@idleberg.com>
Co-authored-by: John Wesley Walker III <81404201+jww3@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: janco-absa <janco.bester@absa.africa>
Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
Co-authored-by: Alessandro Sebastiani <sebbalex@users.noreply.github.com>
Co-authored-by: Salman Chishti <salmanmkc@GitHub.com>
Co-authored-by: Ben De St Paer-Gotch <nebuk89@github.com>
Co-authored-by: Ryan Ghadimi <114221941+GhadimiR@users.noreply.github.com>
Co-authored-by: XZTDean <xztdean@gmail.com>
Co-authored-by: Ryan Ghadimi <ghadimir@github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Ryan Peck <1244954+RyPeck@users.noreply.github.com>
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.

3 participants