You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(deps): bump @actions/core to 3.0.0 and @actions/github to 9.0.0
This PR resolves#143 and #144 by updating the dependencies to their
ESM-only versions. Changes include:
- Add "type": "module" to package.json for ESM support
- Convert all source files from CommonJS to ESM imports/exports
- Convert all test files to use node:test instead of mocha/sinon/chai
- Remove unused mocha, sinon, and chai devDependencies
- Remove obsolete .mocharc.json and test/.eslintrc.js configs
The @actions/core and @actions/github packages are now ESM-only
as of versions 3.0.0 and 9.0.0 respectively.
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
0 commit comments