Releases: codfish/actions
Releases · codfish/actions
v3.1.0
v3.0.0
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
npmis 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
v2.0.0
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-suffixinput 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").