Skip to content

Upgrade Node 20-deprecated Actions (pkm#531) - #16

Merged
michaeloboyle merged 1 commit into
mainfrom
feature/531-node20-actions
Jul 3, 2026
Merged

Upgrade Node 20-deprecated Actions (pkm#531)#16
michaeloboyle merged 1 commit into
mainfrom
feature/531-node20-actions

Conversation

@michaeloboyle

Copy link
Copy Markdown
Owner

Upgrades first-party GitHub Actions pinned to the deprecated Node 20 (or older Node 16) runtime to their first Node 24-compatible major.

GitHub forced Node 24 as the default Actions runtime on 2026-06-02; Node 20 is removed from runners on 2026-09-16. Tracked in michaeloboyle/pkm#531.

checkout v3/v4->v5, setup-node v4->v5, setup-python v5->v6, github-script v6/v7->v8, upload/download-artifact v4->v5, cache v4->v5, configure-pages v4->v6, deploy-pages v4->v5, labeler v5->v6, setup-java v4->v5.

Third-party actions (google-github-actions/*, codecov, firebase-action, etc.) are maintainer-owned and left as-is. Bumped to the first Node 24 major (not absolute latest) to minimize breaking-change surface.

Generated with Claude Code.

Copilot AI review requested due to automatic review settings July 3, 2026 15:51

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the CI workflow to use Node 24–compatible first-party GitHub Actions, aligning the repository’s test pipeline with the newer GitHub Actions runtime requirements.

Changes:

  • Bumped actions/checkout from v4 to v5 in the test workflow.
  • Bumped actions/setup-python from v5 to v6 in the test workflow.

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

@michaeloboyle
michaeloboyle merged commit ee7757b into main Jul 3, 2026
3 checks passed
@michaeloboyle
michaeloboyle deleted the feature/531-node20-actions branch July 3, 2026 19:35
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