Skip to content

build(deps): bump pnpm/action-setup from 4 to 6 - #1

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/pnpm/action-setup-6
Open

build(deps): bump pnpm/action-setup from 4 to 6#1
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/pnpm/action-setup-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown

Bumps pnpm/action-setup from 4 to 6.

Release notes

Sourced from pnpm/action-setup's releases.

v6.0.0

Added support for pnpm v11.

v5.0.0

Updated the action to use Node.js 24.

v4.4.0

Updated the action to use Node.js 24.

v4.3.0

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v4.2.0...v4.3.0

v4.2.0

When there's a .npmrc file at the root of the repository, pnpm will be fetched from the registry that is specified in that .npmrc file #179

v4.1.0

Add support for package.yaml #156.

Commits
  • 0ebf471 fix: update pnpm to v11.7.0 (#267)
  • 0e279bb fix: update pnpm to 11.1.1 (#248)
  • 3e83581 fix: drop patchPnpmEnv so standalone+self-update works on Windows (#258)
  • 551b42e docs(README): fix cache_dependency_path type (#257)
  • 739bfe4 fix: self-update bootstrap to packageManager-pinned version (#233) (#256)
  • f61705d chore: add CODEOWNERS
  • 7a5507b fix: restore inputs from state in post (#255)
  • 1155470 fix: honor devEngines.packageManager.onFail=error (#252) (#254)
  • 91ab88e fix: bin_dest output points to self-updated pnpm, not bootstrap (#249)
  • e578e19 fix: update pnpm to 11.0.4
  • 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 Jul 12, 2026
@DIodide

DIodide commented Jul 12, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 6.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v4...v6)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump pnpm/action-setup from 4 to 6 build(deps): bump pnpm/action-setup from 4 to 6 Jul 12, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/pnpm/action-setup-6 branch from 9d40b2e to 091bca2 Compare July 12, 2026 03:16
DIodide added a commit that referenced this pull request Jul 13, 2026
The task pipeline is the single spine across platforms. Workday's adapter
returns account-required with the posting's questionnaireId in meta and no
questions (they live behind a per-tenant candidate session). process.ts now
loads a captured session from the vault and reads that questionnaire via the
common GET (no application started) into jobSpec.questions, so Workday flows
through resolve -> REVIEW/NEEDS_INPUT exactly like a public form.

Best-effort by design: no storage dep, no questionnaireId, no session, or an
expired/failed read all leave the spec account-required so the task parks in
NEEDS_INPUT (prompting a session re-capture) rather than failing. Submission
still requires the session at the fill step.

- apps/api Deps gains optional storage (createStorage wired in index.ts)
- session store moved to @sower/platforms (shared by api + worker)
- 6 new process.test.ts cases cover the read/park/graceful-fail matrix
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