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
@octokit/core and friends are now ESM-only. The packages here that use them, like @actions/github, are still on the previous major version of @octokit/core (which uses CommonJS).
Presumably the @actions/* packages will need to switch to the new versions eventually to keep up with new features, fixes, API endpoints, and so on. What's the plan for doing so? Is this project looking for community help with that work?
ESM-only can be a reasonably disruptive change. Since the official @octokit/* packages are moving in that direction, I'll assume GitHub has already discussed this internally and decided that this work is work the risks and disruption to users.
The text was updated successfully, but these errors were encountered:
@octokit/core
and friends are now ESM-only. The packages here that use them, like@actions/github
, are still on the previous major version of@octokit/core
(which uses CommonJS).Presumably the
@actions/*
packages will need to switch to the new versions eventually to keep up with new features, fixes, API endpoints, and so on. What's the plan for doing so? Is this project looking for community help with that work?ESM-only can be a reasonably disruptive change. Since the official
@octokit/*
packages are moving in that direction, I'll assume GitHub has already discussed this internally and decided that this work is work the risks and disruption to users.The text was updated successfully, but these errors were encountered: