Skip to content

Comments

feat(deps): update action from node20 to node24#1639

Merged
jennifer-shehane merged 1 commit intocypress-io:masterfrom
MikeMcC399:migrate/node24
Jan 21, 2026
Merged

feat(deps): update action from node20 to node24#1639
jennifer-shehane merged 1 commit intocypress-io:masterfrom
MikeMcC399:migrate/node24

Conversation

@MikeMcC399
Copy link
Collaborator

This PR migrates the Cypress JavaScript GitHub Action cypress-io/github-action to run under node24 instead of under node20. This is a BREAKING CHANGE.

Situation

cypress-io/github-action@v6 specifies runs.using: node20 in action.yml.

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

Change

BREAKING CHANGE:

Update action from node20 to node24
cypress-io/github-action@v6, using node20, is deprecated
@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 added documentation Improvements or additions to documentation type: enhancement New feature or request type: dependencies ci labels Jan 21, 2026
@MikeMcC399 MikeMcC399 self-assigned this Jan 21, 2026
@MikeMcC399 MikeMcC399 marked this pull request as ready for review January 21, 2026 06:35
@jennifer-shehane jennifer-shehane merged commit dca9861 into cypress-io:master Jan 21, 2026
81 checks passed
@github-actions
Copy link

🎉 This PR is included in version 7.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@MikeMcC399 MikeMcC399 deleted the migrate/node24 branch January 21, 2026 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci documentation Improvements or additions to documentation released type: dependencies type: enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update action to run under Node.js 24

3 participants