- Fix: update lock file version
- Fix: export
@actions/io/lib/io-util
- Breaking change: Package is now ESM-only
- CommonJS consumers must use dynamic
import()instead ofrequire()
- CommonJS consumers must use dynamic
- Add support for Node 24 #2110
- Ensures consistent behavior for paths on Node 24 with Windows
- Replace
child_process.execwithfs.rminrmRFfor all OS implementations #1373
- Update
lockfileVersiontov2in `package-lock.json #1020
- Add
findInPathmethod to locate all matching executables in the system path
- Initial release