-
Notifications
You must be signed in to change notification settings - Fork 365
Labels
type: enhancementNew feature or requestNew feature or request
Description
What would you like?
Update the action, and examples, to run under Node.js 24, when:
- Node.js 24 has entered Active LTS status
-
node24is a documented option for runs.using for JavaScript actions - GitHub Actions has migrated to a Node.js 24 LTS version
>=24.11.0in https://github.com/actions/runner/blob/main/src/Misc/externals.sh - Cypress Docker images are available for Node.js 24 LTS - done through PR test(deps): update cypress/browsers to v24.11.0 in example-docker #1560
- required GitHub Actions are available in a
node24major version
Why is this needed?
The node20 option for GitHub JavaScript Actions is tied to Node.js 20 that is planned for End-of-life on Apr 30, 2026. It currently has the status of "Maintenance LTS".
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.
Other
- Monitor also the transition of cycjimmy/semantic-release-action to a
node24version.
GitHub Actions is not planning to support a node22 option, and this version is being skipped.
MrEmanuel
Sub-issues
Metadata
Metadata
Assignees
Labels
type: enhancementNew feature or requestNew feature or request