Merge pull request #2166 from actions/prepare-io-2.0.0-release

Prepare @actions/io 2.0.0 release
This commit is contained in:
Salman Chishti
2025-10-31 15:27:26 +00:00
committed by GitHub
+4
View File
@@ -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)