Skip to content

Bump actions/configure-pages from 5.0.0 to 6.0.0#330

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/configure-pages-6
Open

Bump actions/configure-pages from 5.0.0 to 6.0.0#330
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/configure-pages-6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Bumps actions/configure-pages from 5.0.0 to 6.0.0.

Release notes

Sourced from actions/configure-pages's releases.

v6.0.0

Changelog

See details of all code changes since previous release.

Commits
  • 45bfe01 Merge pull request #186 from salmanmkc/node24
  • d8770c2 Update Node version from 20 to 24 in action.yml
  • cb8a1a3 upgrade to node 24
  • d560657 Merge pull request #165 from actions/Jcambass-patch-1
  • 35e0ac4 Upgrade IA Publish
  • 1dfbcbf Merge pull request #163 from actions/Jcambass-patch-1
  • 2f4f988 Add workflow file for publishing releases to immutable action package
  • 0d7570c Merge pull request #162 from actions/pin-draft-release-verssion
  • 3ea1966 pin draft release version
  • aabcbc4 Merge pull request #160 from actions/dependabot/npm_and_yarn/espree-10.1.0
  • Additional commits viewable in compare view

Greptile Summary

This dependabot PR bumps actions/configure-pages from v5.0.0 to v6.0.0 in both GitHub Actions workflow files, with the primary change in the upstream action being an upgrade from Node 20 to Node 24.

  • Both .github/workflows/release.yml and .github/workflows/republish-pages.yml are updated to pin to the new commit SHA 45bfe0192ca1faeb007ade9deae92b16b8254a0d for v6.0.0, which is the recommended practice for third-party actions.
  • The upstream v6.0.0 release also includes several dependency updates (espree, eslint-config-prettier, eslint-plugin-github, undici, braces) and CI/release workflow improvements with no breaking changes to the action's public interface.

Confidence Score: 5/5

Safe to merge — this is a routine dependency bump with no interface changes and both workflow files correctly pin to the new full commit SHA.

Both workflow files update only the pinned SHA for actions/configure-pages to the v6.0.0 release. The upstream change is an internal Node runtime upgrade (20 → 24) with no documented breaking changes to the action's inputs, outputs, or behavior. Commit SHA pinning is preserved in both files.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/release.yml Single-line update to the pinned commit SHA for actions/configure-pages, bumping from v5.0.0 to v6.0.0. No other changes.
.github/workflows/republish-pages.yml Single-line update to the pinned commit SHA for actions/configure-pages, bumping from v5.0.0 to v6.0.0. No other changes.

Sequence Diagram

sequenceDiagram
    participant W as GitHub Workflow
    participant CP as actions/configure-pages@v6.0.0
    participant UP as actions/upload-pages-artifact
    participant DP as actions/deploy-pages

    W->>CP: Configure GitHub Pages (Node 24 runtime)
    CP-->>W: Pages config applied
    W->>UP: Upload artifact
    UP-->>W: Artifact ready
    W->>DP: Deploy to GitHub Pages
    DP-->>W: Deployment complete
Loading

Reviews (3): Last reviewed commit: "Bump actions/configure-pages from 5.0.0 ..." | Re-trigger Greptile

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 28, 2026
@dependabot dependabot Bot changed the title chore(deps): bump actions/configure-pages from 5 to 6 Bump actions/configure-pages from 5 to 6 May 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/configure-pages-6 branch from 0deadda to 377960e Compare May 30, 2026 19:46
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](actions/configure-pages@983d773...45bfe01)

---
updated-dependencies:
- dependency-name: actions/configure-pages
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump actions/configure-pages from 5 to 6 Bump actions/configure-pages from 5.0.0 to 6.0.0 May 31, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/configure-pages-6 branch from 377960e to 5843afd Compare May 31, 2026 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants