Skip to content

Update GitHub Actions to Node.js 24 compatible versions#83

Merged
rbeucher merged 1 commit into
mainfrom
update-actions-node24-transition
May 27, 2026
Merged

Update GitHub Actions to Node.js 24 compatible versions#83
rbeucher merged 1 commit into
mainfrom
update-actions-node24-transition

Conversation

@rbeucher

Copy link
Copy Markdown
Member

Automated update of GitHub Actions to versions that run on the Node.js 24 runtime, replacing deprecated Node.js 16/20 versions.

All workflow YAML changes are limited to official GitHub Actions major version bumps (e.g. actions/checkout, actions/setup-python, etc.).

Copilot AI review requested due to automatic review settings May 27, 2026 22:53

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 GitHub Actions workflow dependencies to versions compatible with the Node.js 24 runtime, aligning the repository’s CI/CD pipelines with GitHub’s newer runner/action runtime requirements.

Changes:

  • Bump actions/setup-python from v5 to v6 in CI and CD workflows.
  • Update the commented-out actions/setup-python reference in the self-hosted image testing workflow.

Reviewed changes

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

File Description
.github/workflows/testing.yaml Updates the commented actions/setup-python version reference to v6.
.github/workflows/CI.yml Bumps actions/setup-python to v6 for the pre-commit job.
.github/workflows/CD.yml Bumps actions/setup-python to v6 for the PyPI publish job.

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

@rbeucher rbeucher requested a review from charles-turner-1 May 27, 2026 22:56
@rbeucher rbeucher merged commit 6f6633e into main May 27, 2026
9 of 10 checks passed
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.

3 participants