What would you like?
Migrate this repo from CommonJS to ESM, currently
Why is this needed?
Key dependencies in this repo have moved or will move to ESM, for example:
- GitHub Actions toolkit
@actions/* modules are expected to move have moved to ESM soon
- got is locked at
11.8.6 because got@>=12 is native ESM.
Got v11 is no longer maintained and we will not accept any backport requests.
What would you like?
Migrate this repo from CommonJS to ESM, currently
github-action/package.json
Line 36 in e0f7da8
Why is this needed?
Key dependencies in this repo have moved or will move to ESM, for example:
@actions/*modulesare expected to movehave moved to ESMsoon11.8.6becausegot@>=12is native ESM.