Skip to content

chore(deps): bump actions/upload-pages-artifact from 3 to 4#1793

Merged
felixweinberger merged 1 commit intomainfrom
dependabot/github_actions/actions/upload-pages-artifact-4
Mar 27, 2026
Merged

chore(deps): bump actions/upload-pages-artifact from 3 to 4#1793
felixweinberger merged 1 commit intomainfrom
dependabot/github_actions/actions/upload-pages-artifact-4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps actions/upload-pages-artifact from 3 to 4.

Release notes

Sourced from actions/upload-pages-artifact's releases.

v4.0.0

What's Changed

Full Changelog: actions/upload-pages-artifact@v3.0.1...v4.0.0

v3.0.1

Changelog

See details of all code changes since previous release.

Commits
  • 7b1f4a7 Merge pull request #127 from heavymachinery/pin-sha
  • 4cc19c7 Pin actions/upload-artifact to SHA
  • 2d163be Merge pull request #107 from KittyChiu/main
  • c704843 fix: linted README
  • 9605915 Merge pull request #106 from KittyChiu/kittychiu/update-readme-1
  • e59cdfe Update README.md
  • a2d6704 doc: updated usage section in readme
  • 984864e Merge pull request #105 from actions/Jcambass-patch-1
  • 45dc788 Add workflow file for publishing releases to immutable action package
  • efaad07 Merge pull request #102 from actions/hidden-files
  • 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: a67939b

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@1793

@modelcontextprotocol/server

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

@modelcontextprotocol/express

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

@modelcontextprotocol/hono

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

@modelcontextprotocol/node

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

commit: a67939b

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 of a GitHub Actions dependency in the docs deployment workflow.

Extended reasoning...

Overview

This PR is an automated Dependabot bump of actions/upload-pages-artifact from v3 to v4 in .github/workflows/deploy-docs.yml. The change is a single-line version tag update — no source code, logic, or configuration beyond the action version is modified.

Security risks

None. This updates a first-party GitHub Action (actions/upload-pages-artifact) maintained by GitHub. The v4 release notes indicate the main change is excluding dotfiles from artifacts, which is unlikely to affect the docs deployment (generated HTML docs in tmp/docs-combined).

Level of scrutiny

Minimal scrutiny warranted. This is a CI-only change to a docs deployment workflow with no impact on application code, build artifacts, or package releases. The changeset bot correctly notes no version bump is needed.

Other factors

No outstanding reviewer comments. No prior reviews from me. No bugs found. The PR follows the same pattern as other recent Dependabot PRs in this repository. The workflow already uses other actions at their major version tags (e.g., actions/checkout@v6, actions/deploy-pages@v4), so this is consistent.

@felixweinberger felixweinberger enabled auto-merge (squash) March 27, 2026 19:34
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  dependency-version: '4'
  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/upload-pages-artifact-4 branch from bb469c1 to a67939b Compare March 27, 2026 19:34
@felixweinberger felixweinberger merged commit 1eb8a52 into main Mar 27, 2026
14 checks passed
@felixweinberger felixweinberger deleted the dependabot/github_actions/actions/upload-pages-artifact-4 branch March 27, 2026 19:36
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/upload-pages-artifact from v3 to v4 in .github/workflows/deploy-docs.yml. It is a single-line change affecting only the version tag of a GitHub-provided action used in the docs deployment workflow.

Security risks

None. This bumps a first-party GitHub Actions action (actions/upload-pages-artifact) to the next major version. No source code, authentication logic, or permissions are modified. The workflow permissions remain unchanged (contents: read, pages: write, id-token: write).

Level of scrutiny

Minimal scrutiny needed. This is a mechanical CI dependency bump from Dependabot touching one line in a non-production workflow file. The v4 release notes indicate the only breaking change is that hidden files (dotfiles) are excluded from the artifact, which is irrelevant for generated documentation output.

Other factors

No bugs were found. No outstanding reviewer comments. No prior reviews from me. The change follows the existing pattern in this repo of using version tags for first-party GitHub actions. The workflow file is consistent and well-structured.

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