Skip to content

Conversation

@tylerbutler
Copy link
Member

@tylerbutler tylerbutler commented Nov 11, 2025

Updates the following actions to their latest versions:

  • actions/github-script
  • actions/labeler
  • actions/download-artifact
  • actions/upload-artifact
  • beatlabs/delete-old-branches-action
  • dawidd6/action-download-artifact
  • errata-ai/vale-action
  • Lehoczky/render-nunjucks-template-action
  • marocchino/sticky-pull-request-comment

actions/github-script
actions/labeler
actions/upload-artifact
beatlabs/delete-old-branches-action
dawidd6/action-download-artifact
errata-ai/vale-action
Lehoczky/render-nunjucks-template-action
marocchino/sticky-pull-request-comment
Copilot AI review requested due to automatic review settings November 11, 2025 01:08
@github-actions github-actions bot added area: build Build related issues base: main PRs targeted against main branch labels Nov 11, 2025
Copilot finished reviewing on behalf of tylerbutler November 11, 2025 01:11
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 updates several GitHub Actions to their latest versions, improving workflow security and functionality. The updates include major version bumps for actions/upload-artifact (v4→v5), actions/labeler (v4→v6), and dawidd6/action-download-artifact (v6→v11), along with minor version updates for several other actions.

Key Changes:

  • Updated actions/upload-artifact to v5 across multiple workflows
  • Updated actions/labeler to v6 for PR labeling workflows
  • Updated artifact download actions to v11 for cross-workflow artifact retrieval
  • Updated various third-party actions (marocchino/sticky-pull-request-comment, beatlabs/delete-old-branches-action, etc.) to their latest versions
  • Standardized ratchet version references to use major version tags (@v5, @v6) instead of specific versions

Reviewed Changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
.github/workflows/website-validation.yml Updated checkout, upload-artifact (v4→v5), and download-artifact actions; contains version incompatibility issue
.github/workflows/stale-branches.yml Updated delete-old-branches-action to v0.0.11
.github/workflows/release-notes-issue.yml Updated checkout and render-nunjucks-template-action to v1.1.0
.github/workflows/release-branches.yml Updated upload-artifact to v5
.github/workflows/release-approval.yml Updated checkout and dawidd6 download-artifact to v11
.github/workflows/push-tag-create-release.yml Updated upload-artifact to v5 and ncipollo/release-action to v1.20.0
.github/workflows/pr-validation.yml Updated ratchet version references for codeowners-validator and pr-comment-checker
.github/workflows/pr-release-branch-warning.yml Updated marocchino/sticky-pull-request-comment to v2.9.4
.github/workflows/pr-labeler.yml Updated actions/labeler to v6 and srvaroa/labeler to v1.13.0
.github/workflows/pr-check-changeset.yml Updated upload-artifact to v5
.github/workflows/pr-changeset-review.yml Updated ratchet version reference for vale-action
.github/workflows/linkcheck-reporter.yml Updated dawidd6 download-artifact to v11 and sticky-pull-request-comment to v2.9.4
.github/workflows/changeset-reporter.yml Updated dawidd6 download-artifact to v11 and sticky-pull-request-comment to v2.9.4

@tylerbutler tylerbutler requested a review from a team November 11, 2025 01:42
- Migrate from v4 to v6 configuration format
- Use changed-files with any-glob-to-any-file structure
- Required for actions/labeler@v6 breaking changes
Resolved merge conflicts in workflow files by accepting upstream v5 of actions/checkout
@tylerbutler tylerbutler requested review from a team and alexvy86 November 12, 2025 18:13
# release notes: https://github.com/actions/download-artifact/releases/tag/v4.1.8
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/download-artifact@v4
# release notes: https://github.com/actions/download-artifact/releases/tag/v5.0.0
uses: actions/download-artifact@a1b6e7e2e2e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1 # ratchet:actions/download-artifact@v5
Copy link
Contributor

Choose a reason for hiding this comment

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

Copilot seems to have hallucinated some SHAs in this file.

Copy link
Member Author

Choose a reason for hiding this comment

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

Hahaha any sha will do!

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll rerun ratchet and verify

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: build Build related issues base: main PRs targeted against main branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants