diff --git a/packages/io/RELEASES.md b/packages/io/RELEASES.md index e2f94d16ac..6ed455efe7 100644 --- a/packages/io/RELEASES.md +++ b/packages/io/RELEASES.md @@ -1,5 +1,9 @@ # @actions/io Releases +### 2.0.0 +- Add support for Node 24 [#2110](https://github.com/actions/toolkit/pull/2110) +- Ensures consistent behavior for paths on Node 24 with Windows + ### 1.1.3 - Replace `child_process.exec` with `fs.rm` in `rmRF` for all OS implementations [#1373](https://github.com/actions/toolkit/pull/1373)