Bump pnpm/action-setup from 5.0.0 to 6.0.1#14
Conversation
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@fc06bc1...078e9d4) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Greptile SummaryThis is a routine Dependabot bump of Key points:
Confidence Score: 5/5Safe to merge — mechanical version bump with no behavioral impact on this project. All changes are commit-pinned action references updated by Dependabot. The project's packageManager field resolves to pnpm 9.15.0, which is unaffected by v6's new pnpm v11 support. No logic or configuration changes were made. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["pnpm/action-setup@v6.0.1\n(commit 078e9d4)"] --> B{packageManager\nfield present?}
B -- "Yes — pnpm@9.15.0\n(standard field)" --> C["Install pnpm 9.15.0\n(unchanged behavior)"]
B -- "Yes — via devEngines\n(not used here)" --> D["Install version from\ndevEngines.packageManager"]
C --> E["pnpm install --frozen-lockfile\n(ci.yml & release.yml)"]
D --> E
Reviews (1): Last reviewed commit: "Bump pnpm/action-setup from 5.0.0 to 6.0..." | Re-trigger Greptile |
Bumps pnpm/action-setup from 5.0.0 to 6.0.1.
Release notes
Sourced from pnpm/action-setup's releases.
Commits
078e9d4fix: update pnpm to 11.0.0-rc.208c4be7docs(README): update action-setup version5798914chore: update .gitignoreddffd66fix: remove accidentally committed fileb43f991fix: update pnpm to 11.0.0-rc.03852509README.md: bring versions up-to-date (#222)6e7bdbdchore: bump bootstrap pnpm to 11.0.0-beta.4-1 and add update script6b87c46fix: Windows standalone mode — bypass broken npm shims (#217)994d756feat: read pnpm version from devEngines.packageManager (#211)738f428docs: upgrade pnpm/action-setup from v4 to v5Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)