Commit Graph

  • 08c4be7e2e docs(README): update action-setup version master v6.0.0 v6 Zoltan Kochan 2026-04-10 23:08:33 +02:00
  • 579891461a chore: update .gitignore Zoltan Kochan 2026-04-10 23:03:10 +02:00
  • ddffd66754 fix: remove accidentally committed file Zoltan Kochan 2026-04-10 23:02:48 +02:00
  • b43f991918 fix: update pnpm to 11.0.0-rc.0 Zoltan Kochan 2026-04-10 23:00:38 +02:00
  • 3852509c9e README.md: bring versions up-to-date (#222) Andreas Deininger 2026-04-10 22:48:51 +02:00
  • 6e7bdbda5f chore: bump bootstrap pnpm to 11.0.0-beta.4-1 and add update script fix-windows2 Zoltan Kochan 2026-03-30 00:09:19 +02:00
  • 6b87c4621a fix: Windows standalone mode — bypass broken npm shims (#217) Zoltan Kochan 2026-03-27 20:42:10 +01:00
  • 19566048c2 fix: address review feedback — PATH ordering and regex anchoring fix-windows Zoltan Kochan 2026-03-27 20:38:35 +01:00
  • 825c5d3936 fix: add PNPM_HOME/bin to PATH on all platforms Zoltan Kochan 2026-03-27 20:16:32 +01:00
  • 8cb9261afe fix: remove duplicate addPath in setOutputs that shadowed pnpm.exe Zoltan Kochan 2026-03-27 20:05:21 +01:00
  • 43028df61b debug: log pnpm --version output during setup Zoltan Kochan 2026-03-27 19:44:58 +01:00
  • 54e420f032 test: validate pnpm --version output in CI Zoltan Kochan 2026-03-27 19:33:54 +01:00
  • 5a859cc8cb fix: add @pnpm/exe dir to PATH on Windows instead of .bin shims Zoltan Kochan 2026-03-27 19:30:36 +01:00
  • cd98fe77eb fix: copy pnpm.exe to .bin/ on Windows for standalone mode Zoltan Kochan 2026-03-27 19:15:32 +01:00
  • 6bbd5b7dd6 fix: overwrite npm .cmd wrappers for @pnpm/exe on Windows Zoltan Kochan 2026-03-27 19:01:02 +01:00
  • 994d756a33 feat: read pnpm version from devEngines.packageManager (#211) Zoltan Kochan 2026-03-27 11:10:47 +01:00
  • 7133229bf3 feat: skip self-update for devEngines.packageManager and add CI tests dev-engines-pm Zoltan Kochan 2026-03-27 01:58:33 +01:00
  • cf8555bd12 feat: read pnpm version from devEngines.packageManager field Zoltan Kochan 2026-03-16 01:06:54 +01:00
  • 738f428026 docs: upgrade pnpm/action-setup from v4 to v5 Zoltan Kochan 2026-03-26 22:31:06 +01:00
  • aec59b9f6c fix: fall back to pnpm shim in same directory for self-update bin/ fix/pn-pnx-alias-links Zoltan Kochan 2026-03-26 20:24:03 +01:00
  • 76bfe9d01c fix: also create alias links in $PNPM_HOME/bin/ Zoltan Kochan 2026-03-26 19:14:42 +01:00
  • 188c8307ce fix: point pn to pnpm binary directly, not to @pnpm/exe/pn Zoltan Kochan 2026-03-26 18:58:55 +01:00
  • b179ac1ba6 fix: force-replace npm's broken bin shims for pn/pnx aliases Zoltan Kochan 2026-03-26 18:54:54 +01:00
  • 51e56d41e9 fix: run setup.js after self-update to create pn/pnx hardlinks Zoltan Kochan 2026-03-26 18:49:59 +01:00
  • 11687bb3d2 fix: handle Windows with .cmd/.ps1 shims and add tests Zoltan Kochan 2026-03-26 18:41:05 +01:00
  • 747414e7da feat: create pn and pnx alias symlinks for pnpm v11+ Zoltan Kochan 2026-03-26 18:34:35 +01:00
  • 62bce64275 fix: extract pnpm version from packageManager field instead of returning undefined (#216) Zoltan Kochan 2026-03-25 13:59:54 +01:00
  • 58e6119fe4 feat!: replace bundled pnpm binary with npm + lockfile bootstrap (#212) Zoltan Kochan 2026-03-21 14:02:31 +01:00
  • 3de0023fce fix pnpm-workspace.yaml next Zoltan Kochan 2026-03-21 14:00:14 +01:00
  • f489bfced8 fix: add packages field to pnpm-workspace.yaml Zoltan Kochan 2026-03-21 13:59:54 +01:00
  • 25df77c6d2 Merge remote-tracking branch 'origin/master' into next Zoltan Kochan 2026-03-21 13:56:09 +01:00
  • 53ef38b049 fix: add PNPM_HOME/bin to PATH for pnpm v11 Zoltan Kochan 2026-03-21 13:53:41 +01:00
  • 8e9503d0fb update fix/add-pnpm-home-bin-to-path Zoltan Kochan 2026-03-21 13:48:51 +01:00
  • c753b811d8 fix: add PNPM_HOME/bin to PATH for pnpm v11 Zoltan Kochan 2026-03-21 13:45:34 +01:00
  • 2e223e0f0d chore(workflows): adding pr-check.yaml to validate dist folder (#213) axel7083 2026-03-19 14:52:48 +01:00
  • 1f69135d3d fix: ensure pnpm bin link exists after npm ci Zoltan Kochan 2026-03-17 12:33:11 +01:00
  • c3b2a5fad6 debug: add logging to diagnose pnpm not found on PATH Zoltan Kochan 2026-03-17 01:45:30 +01:00
  • 0ffe724fa5 feat: support standalone mode with @pnpm/exe bootstrap Zoltan Kochan 2026-03-16 02:29:31 +01:00
  • a722bd2d87 refactor: use pnpm self-update instead of installing target separately Zoltan Kochan 2026-03-16 02:24:28 +01:00
  • 49b8837b49 fix: run bootstrap pnpm via node instead of bin shim Zoltan Kochan 2026-03-16 02:15:16 +01:00
  • 9fbc6cd1d1 fix: use --no-lockfile for target install Zoltan Kochan 2026-03-16 02:06:14 +01:00
  • af96d9fd0e fix: always use pnpm (not @pnpm/exe) for bootstrap and update lockfile Zoltan Kochan 2026-03-16 02:02:44 +01:00
  • 1fb299a44f fix: remove packageManager field and fix Windows npm spawn Zoltan Kochan 2026-03-16 01:58:24 +01:00
  • 24a61aa18d fix: remove "type": "module" from package.json Zoltan Kochan 2026-03-16 01:55:56 +01:00
  • ab0b84aeb1 fix: bundle as CJS to support @actions/* packages Zoltan Kochan 2026-03-16 01:54:09 +01:00
  • dc312cdfd7 feat!: replace bundled pnpm binary with npm + lockfile bootstrap Zoltan Kochan 2026-03-16 01:52:34 +01:00
  • fc06bc1257 feat!: run the action on Node.js 24 (#205) v5.0.0 v5 v4.4.0 Zoltan Kochan 2026-02-17 13:30:54 +01:00
  • b906affcce Revert "feat!: run the action on Node.js 24 (#205)" v4.3.0 v4 Zoltan Kochan 2026-03-11 15:54:42 +01:00
  • 9b5745cdf0 feat!: run the action on Node.js 24 (#205) Zoltan Kochan 2026-02-17 13:30:54 +01:00
  • c147d3f3ca feat!: drop Node.js 24 support update-node Zoltan Kochan 2026-02-17 13:28:17 +01:00
  • 9a52a9ef25 Merge remote-tracking branch 'origin/master' into update-node Zoltan Kochan 2026-02-17 13:26:46 +01:00
  • aeb1c1fbbe feat!: drop Node.js 22 support Zoltan Kochan 2026-02-17 13:24:55 +01:00
  • 1e1c8eafbd ci: pin github actions (#199) Boosted-Bonobo 2025-12-15 15:31:35 +02:00
  • b9e1dbc72f fix(ci): exclude macos (#197) Khải 2025-12-10 19:54:29 +07:00
  • 61bc82c7df refactor: remove star imports (#196) Khải 2025-12-10 19:14:52 +07:00
  • a77b769687 fix(ci): exclude macos fix-ci-macos khai96_ 2025-12-09 07:26:46 +07:00
  • 3e1d3719bd refactor: remove star imports refactor-remove-star-imports khai96_ 2025-12-09 07:14:11 +07:00
  • e94b270858 feat: store caching (#188) Jeremiasz Major 2025-12-07 22:16:49 +01:00
  • ee7b8711bd Clarify that package_json_file is relative to GITHUB_WORKSPACE (#184) Chris Martin 2025-12-06 17:36:02 -07:00
  • 3a0024f066 Remove unused @types/node-fetch dependency (#186) silverwind 2025-12-05 16:50:59 +01:00
  • 72f04517b7 Update README.md (#175) Roman Usherenko 2025-12-05 16:32:46 +02:00
  • 41ff726559 feat: support installation from custom NPM registry (#179) v4.2.0 Adrian Riedel 2025-10-08 01:48:14 -07:00
  • f2b2b233b5 Remove --frozen-lockfile from examples (#171) Matthias 2025-07-10 18:08:35 -04:00
  • 77504a59bc Fix multiline run_install example in README.md (#167) Matthias 2025-06-25 12:10:02 -04:00
  • d648c2dd06 fix: not allow install multiple package manager (#161) Kevin Cui 2025-03-28 08:37:14 +08:00
  • a7487c7e89 feat: update dist v4.1.0 Zoltan Kochan 2025-02-06 22:30:07 +01:00
  • fff70888d0 test: update pnpm to v9 Zoltan Kochan 2025-02-06 22:10:56 +01:00
  • 1682287a8f test: update pnpm to v9 update-pnpm-test Zoltan Kochan 2025-02-06 22:10:56 +01:00
  • 6e3017af18 docs: support package.yaml (#157) Daniel Bayley 2025-02-06 21:13:04 +00:00
  • 0cb0538c33 feat: support package.yaml (#156) Daniel Bayley 2025-02-06 21:04:41 +00:00
  • e303250a24 docs: update pnpm version in readme examples (#154) Azat S. 2025-01-09 02:42:18 +03:00
  • ac5bf11548 Update examples to use pnpm v9 (#142) Karl Horky 2024-08-14 16:07:48 +02:00
  • 4b568c8023 docs: remove v2 warning remove-v2-warning Khải 2024-07-05 21:52:13 +07:00
  • eae0cfeb28 fix: update the pnpm bundled with the action to 7.33.5 (#138) v2.4.1 v2 Zoltan Kochan 2024-07-05 16:46:27 +02:00
  • 18ac635edf docs: remove redundant manual cache due to setup-node cache (#131) its-monotype 2024-07-05 15:24:26 +02:00
  • f2b8e18ac7 fix: update the pnpm bundled with the action to 7.33.5 fix/135 Zoltan Kochan 2024-07-05 14:48:00 +02:00
  • 0d0b43217a docs: add warning about v2 Zoltan Kochan 2024-07-05 14:37:28 +02:00
  • 0eb0e97082 Add readme example for omitting version (#134) Karl Horky 2024-07-04 10:37:24 +02:00
  • 23657c8550 docs: change order of setup node and pnpm (#129) hyesung oh 2024-06-16 21:33:23 +09:00
  • 5d79380f29 fix: add missing outputs metadata to action.yml (#127) Linda_pp 2024-06-12 23:45:37 +09:00
  • 562dbbf611 fix: correct typo in error message (#125) Ben McCann 2024-06-12 07:44:03 -07:00
  • 00884bcdc5 docs: use cached pnpm installation (#128) Ben McCann 2024-06-12 07:38:46 -07:00
  • fe02b34f77 docs: bump action-setup version in README v4.0.0 Zoltan Kochan 2024-05-07 15:16:48 +02:00
  • bee1f099e5 feat: throw error when multiple versions specified (#122) Karl Horky 2024-05-06 23:24:46 +02:00
  • ce859e384f refactor: replace fs-extra with Node.js built-in fs methods (#120) Sukka 2024-04-16 17:26:31 +08:00
  • e04e75f0f5 build(deps): bump undici from 5.28.3 to 5.28.4 dependabot/npm_and_yarn/undici-5.28.4 dependabot[bot] 2024-04-04 17:21:21 +00:00
  • 2ab6dce4f5 docs(README): fix link to LICENSE Zoltan Kochan 2024-03-27 22:17:57 +01:00
  • e280758d01 docs(README): update dependency versions (#117) Ethan Neff 2024-03-27 14:12:51 -07:00
  • 129abb77bf Bump undici from 5.28.2 to 5.28.3 (#115) dependabot[bot] 2024-02-17 10:59:33 +01:00
  • a3252b78c4 docs(README): update version v3.0.0 v3 Zoltan Kochan 2024-02-08 11:28:50 +01:00
  • 1ee9c9d01d feat!: node20 upgrade (#110) Erik Burton 2024-02-08 02:22:15 -08:00
  • ebcfd6995d Bump actions/setup-node from 3 to 4 (#103) dependabot[bot] 2023-11-10 21:58:17 +02:00
  • d2613e087f docs: update pnpm version in caching example (#94) Steven Yung 2023-09-27 18:17:23 +02:00
  • d928be8e0c Bump actions/checkout from 3 to 4 (#96) dependabot[bot] 2023-09-27 19:17:06 +03:00
  • d882d12c64 feat: standalone binary (#92) v2.4.0 Khải 2023-07-26 18:50:04 +07:00
  • 0b715c7ebb Merge pull request #75 from ojeytonwilliams/fix/caching-example v2.3.0 Khải 2023-07-25 17:00:41 +07:00
  • 2ed49cbb02 Merge pull request #88 from KengoTODA/make-path-configurable Khải 2023-07-25 16:59:00 +07:00
  • 218cb35941 Merge pull request #69 from zakuro9715/zakuro9715-patch-2 Khải 2023-07-25 14:16:42 +07:00
  • 3723f63bb4 Merge pull request #90 from pnpm/optional-version Khải 2023-07-25 14:05:04 +07:00
  • 849d884800 feat: make version actually optional khai96_ 2023-07-25 14:01:28 +07:00