Skip to content

Upgrade GitHub Actions dependencies to latest versions#439

Merged
Nugine merged 4 commits intomainfrom
copilot/upgrade-github-actions-dependencies
Dec 21, 2025
Merged

Upgrade GitHub Actions dependencies to latest versions#439
Nugine merged 4 commits intomainfrom
copilot/upgrade-github-actions-dependencies

Conversation

Copy link
Contributor

Copilot AI commented Dec 21, 2025

Updates GitHub Actions to their latest stable versions and adds automated dependency tracking.

Changes

  • actions/checkout: v4 → v5

    • Node.js 24 runtime support
    • Updated across 6 workflows (9 occurrences)
  • astral-sh/setup-uv: v3 → v5

    • Improved caching and error handling
    • Updated in ci.yml and setup composite action
  • Dependabot: Added github-actions ecosystem

    • Monthly update schedule matching existing cargo configuration
    • Enables automated PRs for future action updates

All other actions (docker/*, fkirc/skip-duplicate-actions, Swatinem/rust-cache, actions/upload-artifact, etc.) already at latest versions.

Original prompt

upgrade github actions dependencies


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

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
Copilot AI requested a review from Nugine December 21, 2025 18:25
@Nugine Nugine marked this pull request as ready for review December 21, 2025 19:14
Copilot AI review requested due to automatic review settings December 21, 2025 19:14
Copy link
Contributor

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

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/checkout from v4 to v5 across all workflows
  • Upgraded astral-sh/setup-uv from 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 Nugine enabled auto-merge December 21, 2025 19:26
@Nugine Nugine added this pull request to the merge queue Dec 21, 2025
Merged via the queue into main with commit af11e35 Dec 21, 2025
12 checks passed
@Nugine Nugine deleted the copilot/upgrade-github-actions-dependencies branch December 21, 2025 19:58
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