All notable changes to this project will be documented in this file.
BREAKING CHANGES
Action runtime upgraded from
node20tonode24. This requires GitHub Actions runners with Node.js 24 support.
- Upgraded action runtime from
node20tonode24
- Modernized codebase to ES modules (internal change)
- Upgraded all dependencies to latest versions
@actions/coreto v3.0.0@actions/githubto v9.0.0@aws-sdk/client-device-farmto v3.1015.0axiosto v1.13.6
- Removed
fast-xml-parsersecurity override (resolved in dependency updates) - Switched build toolchain from
@vercel/ncctorollup(following GitHub's official documentation) - Migrated test framework from Jest to Vitest for native ES modules support
- Updated ESLint to v10 with new flat config format
- All tests passing with 100% code coverage
Fixed dependabot security finding #7.
Fixed dependabot security finding #6.
Fixed bug identified in issue #8 where
configurationsection inrun-settings-jsoncould not be excluded.
BREAKING CHANGES
Inputs
run-nameandrun-settings-pathhave been removed in this release.