Skip to content

docs: update pnpm/action-setup to v5#1687

Merged
jennifer-shehane merged 1 commit intocypress-io:masterfrom
MikeMcC399:update/pnpm-setup
Mar 17, 2026
Merged

docs: update pnpm/action-setup to v5#1687
jennifer-shehane merged 1 commit intocypress-io:masterfrom
MikeMcC399:update/pnpm-setup

Conversation

@MikeMcC399
Copy link
Collaborator

@MikeMcC399 MikeMcC399 commented Mar 17, 2026

Situation

Documentation and examples (prior to PR #1686) used pnpm/action-setup@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 Jun 2, 2026 (re-scheduled from Mar 4, 2026) - see Deprecation of Node 20 on GitHub Actions runners.

pnpm/action-setup@v5 was released on Mar 17, 2026 to update the action to use node24.

Change

Update the reference of pnpm/action-setup@v4 in the README document to the node24 version, pnpm/action-setup@v5.


Note

Low Risk
Low risk documentation-only change; updates a workflow snippet to use a newer GitHub Action version without affecting runtime code.

Overview
Updates the README’s pnpm GitHub Actions example to use pnpm/action-setup@v5 instead of @v4, aligning the documented setup step with the newer action runtime.

Written by Cursor Bugbot for commit 75e80ab. This will update automatically on new commits. Configure here.

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 added documentation Improvements or additions to documentation type: enhancement New feature or request labels Mar 17, 2026
@MikeMcC399 MikeMcC399 self-assigned this Mar 17, 2026
@MikeMcC399 MikeMcC399 marked this pull request as ready for review March 17, 2026 15:00
@jennifer-shehane jennifer-shehane merged commit e095065 into cypress-io:master Mar 17, 2026
89 checks passed
@MikeMcC399 MikeMcC399 deleted the update/pnpm-setup branch March 17, 2026 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation type: enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update pnpm/action-setup to node24 version

3 participants