ci: update github actions to latest major versions#135
Merged
Conversation
- actions/checkout: v4 → v6 - actions/setup-python: v5 → v6 - actions/upload-artifact: v4 → v7 - actions/download-artifact: v4 → v8 - actions/create-github-app-token: v1 → v3 - googleapis/release-please-action: v4 → v5 - astral-sh/setup-uv: v6 → v8.1.0 Resolves Node 20 deprecation warnings by moving to Node 24 runtimes.
There was a problem hiding this comment.
Pull request overview
This pull request updates the repository’s GitHub Actions workflow dependencies to newer major versions, aiming to eliminate Node 20 deprecation warnings coming from older Node-based actions.
Changes:
- Bump
actions/checkoutandactions/setup-pythonto newer major versions across workflows. - Bump artifact upload/download actions (
actions/upload-artifact,actions/download-artifact) to newer major versions in the package publish workflow. - Bump
actions/create-github-app-token,googleapis/release-please-action, andastral-sh/setup-uvto newer major versions in release workflows.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/test_and_lint.yml | Updates checkout + uv setup actions to newer majors for the test/lint CI job. |
| .github/workflows/release-please.yml | Updates release automation actions (GitHub App token, release-please, checkout, uv setup) to newer majors. |
| .github/workflows/python_package.yml | Updates checkout/setup-python/uv setup and artifact actions to newer majors for build/publish flows. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update all GitHub Actions to their latest major versions to resolve Node 20 deprecation warnings.
Changes
actions/checkoutactions/setup-pythonactions/upload-artifactactions/download-artifactactions/create-github-app-tokengoogleapis/release-please-actionastral-sh/setup-uvpypa/gh-action-pypi-publishstays atrelease/v1— it's a composite action with no Node.js runtime.Note:
astral-sh/setup-uvis pinned tov8.1.0(notv8) because the project stopped publishing floating major tags starting with v8.