Update documentation for v6 release

This commit is contained in:
Joshua Brooks
2026-05-20 19:47:09 +00:00
parent 80f777761d
commit b9bf592b98
5 changed files with 83 additions and 72 deletions

View File

@@ -25,6 +25,12 @@
## Changelog
### 6.0.0
- Updated `@actions/cache` to ^6.0.1, `@actions/core` to ^3.0.1, `@actions/exec` to ^3.0.0, `@actions/io` to ^3.0.2
- Migrated to ESM module system
- Upgraded Jest to v30 and test infrastructure to be ESM compatible
### 5.0.4
- Bump `minimatch` to v3.1.5 (fixes ReDoS via globstar patterns)