Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 28, 2025

The previous update contained mismatches between commit SHAs and version comments across workflow files. Some actions had outdated version comments despite correct SHAs, while others had incorrect version comments for unchanged SHAs.

Changes

Version comments corrected to match actual SHA versions:

  • actions/setup-go: v5.2.0 → v6.1.0 (4 instances)
  • golangci/golangci-lint-action: v6.5.0 → v9.2.0
  • astral-sh/setup-uv: v6.0.1 → v7.1.6
  • actions/setup-python: v5.3.0 → v6.1.0
  • lycheeverse/lychee-action: v2.3.0 → v2.7.0
  • softprops/action-gh-release: v2.2.1 → v2.5.0
  • pnpm/action-setup: v6.0.1 → v4.2.0
  • actions/setup-node: v6.0.1 → v6.1.0
  • codecov/codecov-action: v5.4.2 → v5.5.2
  • actions/upload-pages-artifact: v3.0.1 → v4.0.0

Version comments reverted where SHAs were unchanged:

  • actions/download-artifact: v6.0.1 → v4.1.8
  • actions/deploy-pages: v6.0.1 → v4.0.5

Updated stale metadata:

  • sync-labels.yml: Updated version comments and dates to 2025-12-28

Files Modified

  • .github/workflows/reusable-ci-go.yml
  • .github/workflows/reusable-ci-typescript.yml
  • .github/workflows/reusable-docs.yml
  • .github/workflows/reusable-release.yml
  • .github/workflows/reusable-security.yml
  • .github/workflows/sync-labels.yml
  • actions/setup-node-pnpm/action.yml
  • actions/setup-python-uv/action.yml

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

- Updated actions/setup-go from v5.2.0 to v6.1.0
- Updated golangci-lint-action from v6.5.0 to v9.2.0
- Updated astral-sh/setup-uv from v6.0.1 to v7.1.6
- Updated actions/setup-python from v5.3.0 to v6.1.0
- Updated lychee-action from v2.3.0 to v2.7.0
- Updated action-gh-release from v2.2.1 to v2.5.0
- Updated pnpm/action-setup from incorrect v6.0.1 to v4.2.0
- Updated actions/setup-node from v6.0.1 to v6.1.0
- Updated codecov-action from v5.4.2 to v5.5.2
- Updated upload-pages-artifact from v3.0.1 to v4.0.0
- Fixed download-artifact from incorrect v6.0.1 to correct v4.1.8
- Fixed deploy-pages from incorrect v6.0.1 to correct v4.0.5
- Updated version comments in sync-labels.yml with correct dates

Co-authored-by: zircote <307960+zircote@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Dec 28, 2025

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/actions/setup-go/git/refs/tags/v6.1.0
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)
  • https://api.github.com/repos/actions/setup-go/releases
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)
  • https://api.github.com/repos/actions/setup-go/tags
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Update GitHub Actions to December 2025 latest fix: correct GitHub Actions version comments to match commit SHAs Dec 28, 2025
Copilot AI requested a review from zircote December 28, 2025 22:37
@zircote zircote marked this pull request as ready for review December 28, 2025 22:41
Copilot AI review requested due to automatic review settings December 28, 2025 22:41
@zircote zircote merged commit ed12f62 into chore/update-dependencies-dec-2025 Dec 28, 2025
Copy link

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 attempts to fix mismatches between GitHub Actions commit SHAs and their version comments across workflow files. However, the PR contains several critical issues that need to be addressed.

Key Changes

  • Updates version comments for multiple GitHub Actions across 8 workflow and action files
  • Updates metadata dates in sync-labels.yml
  • Claims to correct version comments to match actual SHA versions

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
actions/setup-python-uv/action.yml Updates astral-sh/setup-uv version comment from v6.0.1 to v7.1.6
actions/setup-node-pnpm/action.yml Updates pnpm/action-setup to v4.2.0 (downgrade) and actions/setup-node to v6.1.0
.github/workflows/sync-labels.yml Updates version comments and dates to 2025-12-28 (future date issue)
.github/workflows/reusable-security.yml Updates actions/setup-python to v6.1.0 and actions/download-artifact to v4.1.8 (downgrade)
.github/workflows/reusable-release.yml Updates actions/download-artifact to v4.1.8 (downgrade) and softprops/action-gh-release to v2.5.0
.github/workflows/reusable-docs.yml Updates multiple actions including lychee-action to v2.7.0, upload-pages-artifact to v4.0.0, and deploy-pages to v4.0.5 (downgrade)
.github/workflows/reusable-ci-typescript.yml Updates codecov/codecov-action version comment from v5.4.2 to v5.5.2
.github/workflows/reusable-ci-go.yml Updates actions/setup-go to v6.1.0 (4 instances) and golangci/golangci-lint-action to v9.2.0

- name: Download artifacts
if: inputs.upload-artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v6.0.1
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
Copy link

Copilot AI Dec 28, 2025

Choose a reason for hiding this comment

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

The version comment change from v6.0.1 to v4.1.8 for actions/download-artifact appears incorrect. Version numbers should not decrease (going from v6 to v4 suggests a downgrade). This SHA (fa0a91b85d4f404e444e00e005971372dc801d16) needs to be verified against the actual release tags in the actions/download-artifact repository to determine the correct version comment.

Copilot uses AI. Check for mistakes.
- name: Upload Pages artifact
if: inputs.deploy-to-pages
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v3.0.1
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
Copy link

Copilot AI Dec 28, 2025

Choose a reason for hiding this comment

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

The version comment change from v3.0.1 to v4.0.0 for actions/upload-pages-artifact appears incorrect. This SHA (7b1f4a764d45c48632c6b24a0339c27f5614fb0b) needs to be verified against the actual release tags in the actions/upload-pages-artifact repository to determine the correct version comment.

Suggested change
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v3.0.1

Copilot uses AI. Check for mistakes.
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v6.0.1
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
Copy link

Copilot AI Dec 28, 2025

Choose a reason for hiding this comment

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

The version comment change from v6.0.1 to v4.0.5 for actions/deploy-pages appears incorrect. Version numbers should not decrease (going from v6 to v4 suggests a downgrade). This SHA (d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e) needs to be verified against the actual release tags in the actions/deploy-pages repository to determine the correct version comment.

Copilot uses AI. Check for mistakes.
steps:
- name: Setup pnpm
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v6.0.1
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
Copy link

Copilot AI Dec 28, 2025

Choose a reason for hiding this comment

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

The version comment change from v6.0.1 to v4.2.0 for pnpm/action-setup appears incorrect. Version numbers should not decrease (going from v6 to v4 suggests a downgrade). This SHA (41ff72655975bd51cab0327fa583b6e92b6d3061) needs to be verified against the actual release tags in the pnpm/action-setup repository to determine the correct version comment.

Suggested change
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # pnpm/action-setup pinned SHA

Copilot uses AI. Check for mistakes.
steps:
- name: Download all artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v6.0.1
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
Copy link

Copilot AI Dec 28, 2025

Choose a reason for hiding this comment

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

The version comment change from v6.0.1 to v4.1.8 for actions/download-artifact appears incorrect. Version numbers should not decrease (going from v6 to v4 suggests a downgrade). This SHA (fa0a91b85d4f404e444e00e005971372dc801d16) needs to be verified against the actual release tags in the actions/download-artifact repository to determine the correct version comment.

Copilot uses AI. Check for mistakes.
@zircote zircote deleted the copilot/sub-pr-1 branch December 31, 2025 10:06
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