Skip to content

ci: bump actions/checkout and setup-node v4 → v6#20

Merged
matixan merged 1 commit into
masterfrom
ci/bump-actions-v6
May 7, 2026
Merged

ci: bump actions/checkout and setup-node v4 → v6#20
matixan merged 1 commit into
masterfrom
ci/bump-actions-v6

Conversation

@matixan
Copy link
Copy Markdown
Member

@matixan matixan commented May 7, 2026

Summary

  • actions/checkout@v4@v6
  • actions/setup-node@v4@v6

GitHub deprecated Node.js 20 in actions runner; v6 ships with Node 24 (the new default from 2026-06-02). Already saw the deprecation warning on the v8.1.0 publish run.

Test plan

  • Trivial diff — only the uses: lines bumped in ci.yml and publish.yml
  • CI run on this branch goes green

🤖 Generated with Claude Code

Copilot AI review requested due to automatic review settings May 7, 2026 00:19
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates GitHub Actions workflow dependencies to newer major versions to avoid upcoming Node.js runtime deprecation warnings on GitHub-hosted runners.

Changes:

  • Bump actions/checkout from v4 to v6 in CI and publish workflows.
  • Bump actions/setup-node from v4 to v6 in CI and publish workflows.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/publish.yml Updates checkout/setup-node action versions used for npm publishing.
.github/workflows/ci.yml Updates checkout/setup-node action versions used for CI matrix runs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@matixan matixan merged commit 051cb3d into master May 7, 2026
6 checks passed
@matixan matixan deleted the ci/bump-actions-v6 branch May 7, 2026 00:23
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.

2 participants