Upgrade GitHub Actions dependencies to latest versions#439
Merged
Conversation
Co-authored-by: Nugine <30099658+Nugine@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Upgrade GitHub Actions dependencies
Upgrade GitHub Actions dependencies to latest versions
Dec 21, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades GitHub Actions dependencies to their latest versions and adds automated dependency tracking through Dependabot. However, there are version inconsistencies in the astral-sh/setup-uv updates that need to be resolved.
Key Changes:
- Upgraded
actions/checkoutfrom v4 to v5 across all workflows - Upgraded
astral-sh/setup-uvfrom v3 to v5 (ci.yml) and v7 (setup action) - inconsistent versions - Added Dependabot configuration for monthly GitHub Actions updates
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/publish.yml |
Updated checkout action to v5 |
.github/workflows/docs.yml |
Updated checkout action to v5 |
.github/workflows/docker.yml |
Updated checkout action to v5 |
.github/workflows/copilot-setup-steps.yml |
Updated checkout action to v5 |
.github/workflows/ci.yml |
Updated checkout to v5 and setup-uv to v5 across multiple jobs |
.github/workflows/audit.yml |
Updated checkout action to v5 |
.github/dependabot.yml |
Added github-actions ecosystem with monthly updates and dependency grouping |
.github/actions/setup/action.yml |
Updated setup-uv to v7 and removed enable-cache configuration |
Nugine
approved these changes
Dec 21, 2025
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.
Updates GitHub Actions to their latest stable versions and adds automated dependency tracking.
Changes
actions/checkout: v4 → v5
astral-sh/setup-uv: v3 → v5
Dependabot: Added
github-actionsecosystemAll other actions (docker/*, fkirc/skip-duplicate-actions, Swatinem/rust-cache, actions/upload-artifact, etc.) already at latest versions.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.