Skip to content

ci: bump actions to Node 24 releases - #54

Open
MarshallOfSound wants to merge 1 commit into
mainfrom
claude/actions-node24-deprecations
Open

ci: bump actions to Node 24 releases#54
MarshallOfSound wants to merge 1 commit into
mainfrom
claude/actions-node24-deprecations

Conversation

@MarshallOfSound

Copy link
Copy Markdown
Member

Before: the Check Semantic Commit workflow warns that amannn/action-semantic-pull-request v5.4.0 targets Node.js 20.

After: amannn/action-semantic-pull-request v6.1.1, which runs on Node.js 24. The v6 major changes only the runtime and the module format (ESM). The validateSingleCommit input is unchanged.

How: the pin is the full commit SHA of the v6.1.1 tag, resolved with git ls-remote --tags, and that commit's action.yml declares runs.using: node24. The trailing # v6.1.1 comment matches the SHA. zizmor reports no findings. The semantic title check on this PR runs the new version.

Audit run: https://github.com/electron/private-workflows/actions/runs/34399113637

@MarshallOfSound
MarshallOfSound requested a review from a team as a code owner September 12, 2026 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant