Skip to content

chore(deps): bump actions/configure-pages from 4 to 6 - #214

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

chore(deps): bump actions/configure-pages from 4 to 6#214
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/configure-pages-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/configure-pages from 4 to 6.

Release notes

Sourced from actions/configure-pages's releases.

v6.0.0

Changelog

See details of all code changes since previous release.

v5.0.0

Breaking Changes

⚠️ This version contains breaking changes! ⚠️

Full 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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Greptile Summary

This is a routine Dependabot dependency bump that upgrades actions/configure-pages from v4 to v6 in the GitHub Pages deployment workflow.

  • The single-line change (actions/configure-pages@v4actions/configure-pages@v6) is safe for this workflow.
  • v5 breaking change (dropped Next.js < 13.3.0 support) does not apply here because the workflow does not pass a static_site_generator input to the action.
  • v6 is an internal upgrade to Node 24 with no user-facing API changes.
  • All other action versions in the workflow (actions/upload-pages-artifact@v4, actions/deploy-pages@v4) remain unchanged and are unaffected by this bump.

Confidence Score: 5/5

Safe to merge — routine version bump with no breaking changes applicable to this workflow.

The change is a single-line version bump generated by Dependabot. The one breaking change introduced in v5 (Next.js static site generator support) does not affect this workflow. v6 only adds an internal Node 24 upgrade. No logic, permissions, or inputs are modified.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/deploy-project-site.yml Bumps actions/configure-pages from v4 to v6; single-line change with no functional impact on this workflow since no static_site_generator input is used (the only v5 breaking change).

Sequence Diagram

sequenceDiagram
    participant GH as GitHub Push (main)
    participant Build as build job
    participant CO as actions/checkout@v6
    participant SN as actions/setup-node@v4
    participant CP as actions/configure-pages@v6
    participant UA as actions/upload-pages-artifact@v4
    participant Deploy as deploy job
    participant DP as actions/deploy-pages@v4

    GH->>Build: trigger on push to main
    Build->>CO: checkout repo
    Build->>SN: setup Node 20 + npm cache
    Build->>Build: npm ci + npm run build
    Build->>CP: configure GitHub Pages (v4->v6)
    Build->>UA: upload ./project-site/dist artifact
    Build->>Deploy: needs: build
    Deploy->>DP: deploy to GitHub Pages (with retry on failure)
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump actions/configure-page..." | Re-trigger Greptile

Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 6.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](actions/configure-pages@v4...v6)

---
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 added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 30, 2026
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