Skip to content

Conversation

@zimeg
Copy link
Member

@zimeg zimeg commented Feb 3, 2026

Summary

This PR replaces #542 and #544 with changes to use the latest ESM support exported from these packages 🎁

Requirements

@zimeg zimeg added this to the 2.2 milestone Feb 3, 2026
@zimeg zimeg self-assigned this Feb 3, 2026
@zimeg zimeg added the dependencies Pull requests that update a dependency file label Feb 3, 2026
@zimeg zimeg requested a review from a team as a code owner February 3, 2026 05:06
@zimeg zimeg added javascript Pull requests that update Javascript code semver:patch tests labels Feb 3, 2026
@codecov
Copy link

codecov bot commented Feb 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.92%. Comparing base (68e4523) to head (e47ce6c).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #547      +/-   ##
==========================================
+ Coverage   95.90%   95.92%   +0.01%     
==========================================
  Files          14       14              
  Lines        2686     2697      +11     
==========================================
+ Hits         2576     2587      +11     
  Misses        110      110              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member Author

@zimeg zimeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🪬 A note for wonderful reviewers!

@@ -1,4 +1,4 @@
import core from "@actions/core";
import * as core from "@actions/core";
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👁️‍🗨️ note: This is now recognized as the single import of @actions/core since other references can be shown in "jsdoc" for typechecking!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks for the note!

Copy link
Member

@mwbrooks mwbrooks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Woohoo, thanks @zimeg! Lint and test pass and the code changes look straight-forward. Let's merge this! :shipit:

@@ -1,4 +1,4 @@
import core from "@actions/core";
import * as core from "@actions/core";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks for the note!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code semver:patch tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants