Skip to content

Releases: codfish/actions

v3.1.0

01 Feb 22:46
f9ea9b8

Choose a tag to compare

3.1.0 (2026-02-01)

Features

  • setup-node-and-install: update actions/cache action to v5 (f9ea9b8)

v3.0.0

01 Feb 21:57

Choose a tag to compare

3.0.0 (2026-02-01)

Features

  • add OIDC trusted publishing support for npm packages (#39) (834ef2c)
  • upgrade deps, workflows and fix claude workflows (#29) (7c5f0cc)
  • use v3 (3e97a89)

BREAKING CHANGES

  • npm is upgraded to v11 in setup-node-and-install (pinned to ^11.5.1). This may affect workflows with npm v10-specific dependencies (rare).
  • Upgrade npm to 11.5.1+ in setup-node-and-install for
    OIDC compatibility
  • Migrate to actions/setup-node@v6
  • Make npm-token optional (OIDC used when not provided)
  • Update all documentation with OIDC usage examples and
    authentication modes

test: token

test: token

v2.0.1

15 Oct 21:46

Choose a tag to compare

2.0.1 (2025-10-15)

Bug Fixes

  • setup-node: only cache node_modules for npm (#15) (57f6568)

v2.0.0

30 Sep 03:31
64aa769

Choose a tag to compare

2.0.0 (2025-09-30)

Bug Fixes

  • npm-publish-pr: avoid yarn and pnpm git errors by skipping git checks (9d128b0)
  • npm-publish-pr: ensure multi-line errors are fully captured (bb71a13)
  • npm-publish-pr: make npm-token required, fix comment message to prevent parsing errors (a19291f)

Features

  • npm-publish-pr: add link to workflow in the event of failure (4108024)
  • setup-node-and-install: add node_modules cache (a4b54d8)
  • setup-node-and-install: dynamic Node version resolution + relaxed validation (98a97f3)

BREAKING CHANGES

  • setup-node-and-install: Remove cache-key-suffix input from setup-node-and-install action
  • setup-node-and-install: Action no longer fails when no Node version is provided; setup-node runs without an explicit version. Consumers should compare cache-hit output as a string ("true"/"false").

v1.1.0

29 Sep 01:12
e19094b

Choose a tag to compare

1.1.0 (2025-09-29)

Features

  • npm-publish-pr: add inputs to adjust comment functionality (50ccad3)