Files

34 lines
876 B
Markdown
Raw Permalink Normal View History

# @actions/exec Releases
2026-01-28 13:55:13 -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-31 15:55:29 +00:00
- Add support for Node 24 [#2110](https://github.com/actions/toolkit/pull/2110)
2025-11-04 13:50:24 +00:00
- Bump @actions/io dependency from ^1.0.1 to ^2.0.0
2025-10-31 15:55:29 +00:00
2026-01-28 13:55:13 -05:00
## 1.1.1
2026-01-28 14:43:36 -05:00
- Update `lockfileVersion` to `v2` in `package-lock.json` [#1024](https://github.com/actions/toolkit/pull/1024)
2026-01-28 14:43:36 -05:00
## 1.1.0
2021-06-07 10:09:34 -04:00
- [Fix stdline dropping large output](https://github.com/actions/toolkit/pull/773)
- [Add getExecOutput function](https://github.com/actions/toolkit/pull/814)
- [Better error for bad cwd](https://github.com/actions/toolkit/pull/793)
2020-01-14 11:58:44 -05:00
### 1.0.3
- [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221)
### 1.0.2
- [Which before invoking tool](https://github.com/actions/toolkit/pull/220)
### 1.0.0
2026-01-28 14:43:36 -05:00
- Initial release