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
TL;DR: import core from "@actions/core" generates invalid code which fails when running, presumably because it does something funky with the exports somewhere.
I tried to look around a bit to see if I could find what they're doing weird but couldn't find anything myself.
It can be worked around with import * as, but if that is the intended behavior there should probably be a warning about it.