github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Update `actions/cache` to `node24` version

Open MikeMcC399 opened this issue 1 month ago • 2 comments

What would you like?

Update documentation and examples to use a version of actions/cache that runs using node24

Why is this needed?

Documentation and examples currently use actions/cache@v4 which runs.using node20.

The node20 option for GitHub Actions is tied to Node.js 20 that is planned for End-of-life on Apr 30, 2026.

GitHub has deprecated the use of node20 and will force runners to use node24 beginning on Mar 4, 2026 - see Deprecation of Node 20 on GitHub Actions runners.

Supports resolution of issue https://github.com/cypress-io/github-action/issues/1519

Other

actions/cache@v4 is the latest version available at this time.

  • https://github.com/actions/cache/pull/1630 is a stale related PR

MikeMcC399 avatar Nov 01 '25 11:11 MikeMcC399

Hi @MikeMcC399 ! I found that there's no node24-compatible version of actions/cache available yet, we should monitor and update our documentation once a node24 version is released.

syedali237 avatar Nov 13 '25 11:11 syedali237

@syedali237

I found that there's no node24-compatible version of actions/cache available yet, we should monitor and update our documentation once a node24 version is released.

The text of the issue you've responded to says exactly that there is no node24 version of actions/cache available at this time.

You do not need to take any action. The issue is assigned to me and I will be monitoring the progress of actions/cache. In due course you can expect to see a corresponding PR in this repo, updating documentation and examples here, when the prerequisites are fulfilled.

MikeMcC399 avatar Nov 13 '25 12:11 MikeMcC399

actions/[email protected] was released on Dec 11, 2025 and this is set up for runs.using node24.

  • PR #1606 is submitted to update accordingly

MikeMcC399 avatar Dec 12 '25 09:12 MikeMcC399

:tada: This issue has been resolved in version 6.10.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Dec 15 '25 14:12 github-actions[bot]