- 
                Notifications
    You must be signed in to change notification settings 
- Fork 365
Open
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
-  required GitHub Actions are available in a node24major version, including-  actions/checkout v5(Edit: updated)
-  actions/setup-node v5v6
- actions/upload-artifact
- actions/download-artifact
 
-  actions/checkout 
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".
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
Metadata
Metadata
Assignees
Labels
type: enhancementNew feature or requestNew feature or request