Skip to content

test(deps): update actions/setup-node to v7#1829

Open
MikeMcC399 wants to merge 2 commits into
cypress-io:masterfrom
MikeMcC399:update/setup-node
Open

test(deps): update actions/setup-node to v7#1829
MikeMcC399 wants to merge 2 commits into
cypress-io:masterfrom
MikeMcC399:update/setup-node

Conversation

@MikeMcC399

@MikeMcC399 MikeMcC399 commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

Situation

Workflows and examples currently use the GitHub Actions actions/setup-node version v6.

GitHub has released actions/setup-node@v7 with updated caching.

Change

Update all usage of actions/setup-node in examples and documentation

BEFORE AFTER
actions/setup-node@v6 actions/setup-node@v7

Comment

This is a manual update because Renovate only updates workflow, not the corresponding documentation, which would leave the runnable examples out of sync with the documentation.


Note

Low Risk
Dependency-only bump in CI and docs; no application or Cypress action logic changes, though v7’s caching behavior could affect workflow cache hits until caches warm again.

Overview
Bumps actions/setup-node from v6 to v7 everywhere Node is installed in CI and in copy-paste examples.

Workflows under .github/workflows/ (main, check-dist, and the example-* jobs for npm, pnpm, Yarn Classic/Modern, and Node version matrices) now reference actions/setup-node@v7. Existing with: settings (Node version, cache, cache-dependency-path) are unchanged.

README.md workflow snippets are updated the same way so documentation stays aligned with the runnable workflows (pnpm, Yarn Modern, package-manager caching, Node versions, tags).

Reviewed by Cursor Bugbot for commit 22ff431. Bugbot is set up for automated code reviews on this repo. Configure here.

@cypress-app-bot

Copy link
Copy Markdown
Collaborator

@MikeMcC399 MikeMcC399 self-assigned this Jul 15, 2026
@MikeMcC399
MikeMcC399 marked this pull request as ready for review July 15, 2026 08:24
@MikeMcC399
MikeMcC399 requested a review from mschile July 15, 2026 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants