Skip to content

Upgrade pinned GitHub Pages actions to Node 24-compatible releases - #1379

Merged
mlinksva merged 2 commits into
gh-pagesfrom
copilot/upgrade-github-pages-actions
Jul 13, 2026
Merged

Upgrade pinned GitHub Pages actions to Node 24-compatible releases#1379
mlinksva merged 2 commits into
gh-pagesfrom
copilot/upgrade-github-pages-actions

Conversation

Copilot AI commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

This updates the Pages deployment workflow to remove the remaining Node 20 deprecation warnings by moving the three Pages actions to their Node 24-compatible major versions. The workflow remains otherwise unchanged: same triggers, permissions, build command, artifact path, environment, and deployment behavior.

  • Pages action upgrades

    • actions/configure-pages: v5v6
    • actions/upload-pages-artifact: v3v5
    • actions/deploy-pages: v4v5
  • SHA pinning

    • Resolved each release tag to its exact commit SHA
    • Pinned each action to that SHA to match the repository’s existing workflow pinning convention
    • Added adjacent release comments for each pinned action
  • Scope

    • Only .github/workflows/deploy.yml changes
    • No changes to Ruby, gems, caching, tests, or unrelated workflow configuration
-      - name: Configure Pages
-        uses: actions/configure-pages@v5
+      - name: Configure Pages
+        uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0

-      - name: Upload artifact
-        uses: actions/upload-pages-artifact@v3
+      - name: Upload artifact
+        uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0

-      - name: Deploy to GitHub Pages
-        uses: actions/deploy-pages@v4
+      - name: Deploy to GitHub Pages
+        uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

Copilot AI changed the title [WIP] Upgrade GitHub Pages actions to Node 24-compatible versions Upgrade pinned GitHub Pages actions to Node 24-compatible releases Jul 13, 2026
Copilot AI requested a review from mlinksva July 13, 2026 01:21
@mlinksva
mlinksva marked this pull request as ready for review July 13, 2026 01:29
Copilot AI review requested due to automatic review settings July 13, 2026 01:29

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 the GitHub Pages deployment workflow to use Node 24–compatible major versions of the official Pages actions, while keeping the workflow behavior (triggers, permissions, build/upload/deploy flow) the same and preserving the repo’s SHA-pinning convention.

Changes:

  • Upgrade actions/configure-pages from v5 to v6, pinned to the release commit SHA.
  • Upgrade actions/upload-pages-artifact from v3 to v5, pinned to the release commit SHA.
  • Upgrade actions/deploy-pages from v4 to v5, pinned to the release commit SHA.
Show a summary per file
File Description
.github/workflows/deploy.yml Bumps the three GitHub Pages actions to Node 24–compatible major versions and pins them to exact SHAs with version comments.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Low

@mlinksva
mlinksva merged commit cb0391d into gh-pages Jul 13, 2026
8 checks passed
@mlinksva
mlinksva deleted the copilot/upgrade-github-pages-actions branch July 13, 2026 01:31
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