- Breaking change: Package is now ESM-only
- CommonJS consumers must use dynamic
import()instead ofrequire()
- CommonJS consumers must use dynamic
- Bump
@actions/http-clientto3.0.2
- Bump @actions/exec from 1.1.1 to 2.0.0 #2199
- Add support for Node 24 #2110
- Bump @actions/http-client from 2.0.1 to 3.0.0
- Fix uses of
crypto.randomUUIDon Node 18 and earlier #1842
- Fix error message reference in oidc utils #1511
saveStateandsetOutputnow use environment files if available #1178getMultilineInputnow correctly trims whitespace by default #1185
- Randomize delimiter when calling
core.exportVariable
- Added
toPosixPath,toWin32PathandtoPlatformPathutilities #1102
- Update to v2.0.1 of
@actions/http-client#1087
- Update to v2.0.0 of
@actions/http-client
- saveState and getState functions for wrapper tasks (on finally entry points that run post job)
- setSecret added to register a secret with the runner to be masked from the logs
- exportSecret which was not implemented and never worked was removed after clarification from product.
- Add support for action input variables with multiple spaces #127
- Switched ## commands to :: commands (should have no noticeable impact) [#110)(#110)
- Added helpers for
groupandendgroup#98
- Initial release