Files
toolkit/packages/io/RELEASES.md
T

44 lines
998 B
Markdown
Raw Normal View History

# @actions/io Releases
2026-01-28 14:17:12 -05:00
## 3.0.2
- Fix: update lock file version
2026-01-28 13:58:45 -05:00
## 3.0.1
- Fix: export `@actions/io/lib/io-util`
2026-01-28 13:27:02 -05:00
## 3.0.0
- **Breaking change**: Package is now ESM-only
- CommonJS consumers must use dynamic `import()` instead of `require()`
## 2.0.0
2025-10-21 15:55:10 +01:00
- Add support for Node 24 [#2110](https://github.com/actions/toolkit/pull/2110)
- Ensures consistent behavior for paths on Node 24 with Windows
2026-01-28 13:27:02 -05:00
## 1.1.3
2023-03-15 15:10:56 -04:00
- Replace `child_process.exec` with `fs.rm` in `rmRF` for all OS implementations [#1373](https://github.com/actions/toolkit/pull/1373)
2026-01-28 13:27:02 -05:00
## 1.1.2
2026-01-28 13:58:45 -05:00
- Update `lockfileVersion` to `v2` in `package-lock.json [#1020](https://github.com/actions/toolkit/pull/1020)
2026-01-28 13:27:02 -05:00
## 1.1.1
2021-06-07 15:09:34 -04:00
- [Fixed a bug where we incorrectly escaped paths for rmrf](https://github.com/actions/toolkit/pull/828)
2026-01-28 13:27:02 -05:00
## 1.1.0
- Add `findInPath` method to locate all matching executables in the system path
2026-01-28 13:27:02 -05:00
## 1.0.2
2020-01-14 11:58:44 -05:00
- [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221)
2026-01-28 13:27:02 -05:00
## 1.0.0
- Initial release