Skip to content

chore(deps): bump actions/deploy-pages from 4 to 5#1792

Merged
felixweinberger merged 1 commit intomainfrom
dependabot/github_actions/actions/deploy-pages-5
Mar 27, 2026
Merged

chore(deps): bump actions/deploy-pages from 4 to 5#1792
felixweinberger merged 1 commit intomainfrom
dependabot/github_actions/actions/deploy-pages-5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps actions/deploy-pages from 4 to 5.

Release notes

Sourced from actions/deploy-pages's releases.

v5.0.0

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.5

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.4

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.3

Changelog

... (truncated)

Commits
  • cd2ce8f Merge pull request #404 from salmanmkc/node24
  • bbe2a95 Update Node.js version to 24.x
  • 854d7aa Merge pull request #374 from actions/Jcambass-patch-1
  • 306bb81 Add workflow file for publishing releases to immutable action package
  • b742728 Merge pull request #360 from actions/dependabot/npm_and_yarn/npm_and_yarn-513...
  • 7273294 Bump braces in the npm_and_yarn group across 1 directory
  • 963791f Merge pull request #361 from actions/dependabot-friendly
  • 51bb29d Make the rebuild dist workflow safer for Dependabot
  • 89f3d10 Merge pull request #358 from actions/dependabot/npm_and_yarn/non-breaking-cha...
  • bce7355 Merge branch 'main' into dependabot/npm_and_yarn/non-breaking-changes-99c12deb21
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 27, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 27, 2026 18:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 27, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 27, 2026

⚠️ No Changeset found

Latest commit: 036ab5c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 27, 2026

Open in StackBlitz

@modelcontextprotocol/client

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/client@1792

@modelcontextprotocol/server

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/server@1792

@modelcontextprotocol/express

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/express@1792

@modelcontextprotocol/hono

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/hono@1792

@modelcontextprotocol/node

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/node@1792

commit: 036ab5c

Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

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

LGTM, straightforward Dependabot version bump for a GitHub Action.

Extended reasoning...

Overview

This PR is an automated Dependabot bump of actions/deploy-pages from v4 to v5 in .github/workflows/deploy-docs.yml. It is a single-line change affecting only the version tag of the action used for deploying GitHub Pages documentation.

Security risks

No security risks. The action is from the official actions GitHub organization, and the v5 release primarily updates the Node.js runtime to 24.x. No new inputs, permissions, or behavioral changes that could introduce vulnerabilities.

Level of scrutiny

Minimal scrutiny required. This is a mechanical, single-line dependency version bump in a CI workflow file generated by Dependabot. It does not touch any application code, tests, or security-sensitive logic.

Other factors

No bugs were found. No outstanding reviewer comments. No CODEOWNERS concerns for CI config. The changeset-bot warning about no changeset is expected for a CI-only change. The workflow file already uses version tags (not pinned SHAs) for other actions/* dependencies, so this is consistent with the existing pattern.

@felixweinberger felixweinberger enabled auto-merge (squash) March 27, 2026 19:34
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/deploy-pages-5 branch from 87391fe to f7367fd Compare March 27, 2026 19:34
Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

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

LGTM, straightforward Dependabot version bump for a GitHub Actions dependency.

Extended reasoning...

Overview

This PR is an automated Dependabot bump of actions/deploy-pages from v4 to v5 in .github/workflows/deploy-docs.yml. The change is a single line replacing @v4 with @v5. The v5 release primarily updates the action's internal Node.js version to 24.x.

Security risks

None. This is an official GitHub-maintained action (actions/deploy-pages) being updated to the next major version. The action is used only in the docs deployment workflow and operates within GitHub Pages' existing permission model (pages: write, id-token: write).

Level of scrutiny

Minimal scrutiny needed. This is a mechanical dependency bump on a CI-only workflow file that does not affect application code, tests, or production behavior. The action is from the official actions GitHub org.

Other factors

No bugs were found. No outstanding reviewer comments. The rest of the workflow already uses version tags for official actions/* dependencies (e.g., actions/checkout@v6, actions/configure-pages@v6), so @v5 is consistent with existing conventions. No changeset is needed since this is a CI-only change.

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>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/deploy-pages-5 branch from f7367fd to 036ab5c Compare March 27, 2026 19:37
Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

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

LGTM, straightforward Dependabot version bump for a GitHub Actions dependency.

Extended reasoning...

Overview

This PR is an automated Dependabot bump of actions/deploy-pages from v4 to v5 in .github/workflows/deploy-docs.yml. It changes exactly one line.

Security risks

None. This is a version bump of a first-party GitHub Action (owned by the actions org). The v5 release notes indicate the main change is updating Node.js to 24.x and internal dependency bumps.

Level of scrutiny

Minimal scrutiny needed. This is a single-line, mechanical version bump in a CI workflow file for documentation deployment. It does not touch any application code, tests, or security-sensitive paths.

Other factors

No bugs were found. No outstanding reviewer comments. The change follows the same pattern as the other Dependabot PRs recently merged in this repo (e.g., actions/upload-pages-artifact v3→v4, actions/configure-pages v5→v6).

@felixweinberger felixweinberger merged commit 7595bd0 into main Mar 27, 2026
15 checks passed
@felixweinberger felixweinberger deleted the dependabot/github_actions/actions/deploy-pages-5 branch March 27, 2026 19:38
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.

1 participant