Skip to content

chore(deps): update pnpm/action-setup to v6#16904

Merged
ematipico merged 4 commits into
mainfrom
ocavue/deps368
Jun 2, 2026
Merged

chore(deps): update pnpm/action-setup to v6#16904
ematipico merged 4 commits into
mainfrom
ocavue/deps368

Conversation

@ocavue
Copy link
Copy Markdown
Contributor

@ocavue ocavue commented May 28, 2026

Changes

Update pnpm/action-setup from v4 to v6 for better pnpm v11 support.

See https://github.com/pnpm/action-setup/releases/tag/v6.0.8 to verify the Git SHA for this Git tag.

Testing

Green CI

Docs

N/A

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 28, 2026

⚠️ No Changeset found

Latest commit: 448f7d0

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

@github-actions github-actions Bot added the 🚨 action Modifies GitHub Actions label May 28, 2026
@ocavue ocavue marked this pull request as ready for review May 28, 2026 22:35
@ocavue ocavue requested a review from Copilot May 28, 2026 22:44
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates pnpm/action-setup across GitHub Actions workflows from v4.4.0 to v6.0.8 to support pnpm v11.

Changes:

  • Replaces the pinned pnpm/action-setup SHA in CI, release, automation, and benchmark workflows.
  • Keeps existing workflow structure and inputs unchanged.

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/scripts.yml Updates PNPM setup action for bundle size workflow.
.github/workflows/release.yml Updates PNPM setup action for release workflow.
.github/workflows/preview-release.yml Updates PNPM setup action for preview release workflow.
.github/workflows/merge-main-to-next.yml Updates PNPM setup action while preserving custom package_json_file.
.github/workflows/merge-fix.yml Updates PNPM setup action for merge-fix automation.
.github/workflows/issue-triage.yml Updates PNPM setup action for issue triage workflow.
.github/workflows/fix-verification.yml Updates PNPM setup action for fix verification workflow.
.github/workflows/continuous_benchmark.yml Updates PNPM setup action for benchmark workflow.
.github/workflows/ci.yml Updates all PNPM setup action usages in CI jobs.
.github/workflows/check.yml Updates PNPM setup action for examples check workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ematipico ematipico merged commit d04868d into main Jun 2, 2026
28 checks passed
@ematipico ematipico deleted the ocavue/deps368 branch June 2, 2026 09:50
ematipico added a commit that referenced this pull request Jun 2, 2026
* chore(deps): resolve peer dependency issues (#16894)

* chore(deps): update eslint to v10 (#16896)

* test(vercel): add per-test timeout and raise suite timeout (#16898)

* chore: eliminate duplicate pnpm configurations (#16906)

* Fix i18n redirectToDefaultLocale not working with prefixDefaultLocale (#16887)

* fix(i18n): preserve ROUTE_TYPE_HEADER for i18n post-processing (#16800)

* chore: move fix somewhere else

* chore: update changeset

---------

Co-authored-by: ematipico <estoppa@cloudflare.com>

* feat(fonts): better bold fallbacks (#16908)

* [ci] format

* fix(docs): replace last occurrences of `withastro/adapters` (#16693)

* fix: astro() marks all pipeline features as used (#16899)

* fix: astro() marks all pipeline features as used

AstroHandler is the batteries-included handler that wires up every
pipeline feature internally. Mark all PipelineFeatures bits at the
top of handle() so the one-shot warnMissingFeatures check in BaseApp
never fires a false positive when the first request short-circuits
(e.g. a redirect route skips middleware).

* add changeset

* move allFeatures mask to base-pipeline.ts per review

* docs: fix typos in astro:i18n middleware JSDoc (#16574)

* docs: fix outdated Partytown link (#16865)

* chore(deps): update devalue (#16900)

* Pre-bundle astro/fetch and astro/hono in Cloudflare optimizeDeps (#16914)

## Goal
Eliminate the 'new dependencies optimized: astro/fetch' warning during dev
in the Cloudflare adapter. The advanced routing feature (d69f858, #16366)
introduced astro/fetch and astro/hono exports, and the Cloudflare handler
entry points (01aa164, #16729) import from them — but neither commit
added these to the optimizeDeps.include list. Vite discovers them at runtime
and triggers a late re-optimization.

## Decisions
- Added both astro/fetch and astro/hono: the Cloudflare adapter imports from
  both (hono.ts imports FetchState from astro/fetch, and astro/hono is used
  similarly). Pre-bundling both prevents the same issue for either entry point.

## Changes
- packages/integrations/cloudflare/src/index.ts: added astro/fetch and
  astro/hono to the server environment optimizeDeps.include array, alongside
  the existing astro/app and astro/app/fetch/default-handler entries.

* fix(node): serve prerendered pages with build.format 'file' and 'preserve' by passing extensions option to send (#16922)

* [ci] format

* chore(deps): update `pnpm/action-setup` to v6 (#16904)

* chore(deps): update pnpm to v11.5.0 (#16903)

* Fix 404 route resolution for experimental.advancedRouting with astro/hono handlers (#16911)

Co-authored-by: Emanuele Stoppa <estoppa@cloudflare.com>
Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>

* dedupe

---------

Co-authored-by: ocavue <ocavue@users.noreply.github.com>
Co-authored-by: btea <2356281422@qq.com>
Co-authored-by: Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Co-authored-by: Florian Lefebvre <florian-lefebvre@users.noreply.github.com>
Co-authored-by: Armand Philippot <git@armand.philippot.eu>
Co-authored-by: Matthew Phillips <matthewphillips@cloudflare.com>
Co-authored-by: dfedoryshchev <64079946+dfedoryshchev@users.noreply.github.com>
Co-authored-by: Andreas Deininger <andreas@deininger.net>
Co-authored-by: Houston (Bot) <matthewp@users.noreply.github.com>
Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚨 action Modifies GitHub Actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants