Bump actions/deploy-pages from 4 to 5#140
Merged
Merged
Conversation
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4 to 5. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@v4...v5) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
ec7208e to
3d2f45c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/deploy-pages from 4 to 5.
Release notes
Sourced from actions/deploy-pages's releases.
... (truncated)
Commits
cd2ce8fMerge pull request #404 from salmanmkc/node24bbe2a95Update Node.js version to 24.x854d7aaMerge pull request #374 from actions/Jcambass-patch-1306bb81Add workflow file for publishing releases to immutable action packageb742728Merge pull request #360 from actions/dependabot/npm_and_yarn/npm_and_yarn-513...7273294Bump braces in the npm_and_yarn group across 1 directory963791fMerge pull request #361 from actions/dependabot-friendly51bb29dMake the rebuild dist workflow safer for Dependabot89f3d10Merge pull request #358 from actions/dependabot/npm_and_yarn/non-breaking-cha...bce7355Merge branch 'main' into dependabot/npm_and_yarn/non-breaking-changes-99c12deb21Greptile Summary
This is a Dependabot-generated PR that bumps the
actions/deploy-pagesGitHub Action from v4 to v5 in two workflow files. The v5 release updates the Node.js runtime to 24.x and includes several dependency bumps and minor fixes.release.ymlandrepublish-pages.ymleach have a one-line version bump fromactions/deploy-pages@v4toactions/deploy-pages@v5.Confidence Score: 5/5
Safe to merge — both changes are straightforward major-version bumps of an official GitHub Action with no workflow logic altered.
The only change is bumping actions/deploy-pages from v4 to v5 in two workflow files. v5 updates the Action's Node.js runtime to 24.x and ships minor dependency fixes; the Action's interface and inputs/outputs remain compatible. No workflow logic, permissions, secrets usage, or other steps were modified.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[GitHub Push / Release Trigger] --> B[release.yml workflow] A --> C[republish-pages.yml workflow] B --> D[Build Steps] D --> E["actions/deploy-pages@v5\n(was @v4)"] C --> F[Build Steps] F --> G["actions/deploy-pages@v5\n(was @v4)"] E --> H[GitHub Pages Deployed] G --> HReviews (2): Last reviewed commit: "Bump actions/deploy-pages from 4 to 5" | Re-trigger Greptile