Chore: Bump @actions/core from 1.11.1 to 3.0.1#186
Merged
Conversation
tykeal
previously approved these changes
Jun 30, 2026
tykeal
left a comment
Contributor
There was a problem hiding this comment.
🤖 Dependamerge
Approved this pull request ✅
Contributor
|
@dependabot rebase |
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.11.1 to 3.0.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
f60d555 to
13c0acf
Compare
tykeal
previously approved these changes
Jun 30, 2026
tykeal
left a comment
Contributor
There was a problem hiding this comment.
🤖 Dependamerge
Approved this pull request ✅
Collaborator
|
Working on resolving dependency issues. |
Contributor
|
@jordanconway I think you need to take a look at this update. It's a big version jump! |
Signed-off-by: Jordan Conway <jconway@linuxfoundation.org>
Signed-off-by: Jordan Conway <jconway@linuxfoundation.org>
Signed-off-by: Jordan Conway <jconway@linuxfoundation.org>
Signed-off-by: Jordan Conway <jconway@linuxfoundation.org>
Signed-off-by: Jordan Conway <jconway@linuxfoundation.org>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the GitHub Actions toolkit dependency @actions/core to ^3.0.1 (ESM-only) and updates the project/action packaging and tooling to run as ESM under Node 24.
Changes:
- Switch the package and compiled
dist/*output to ESM (type: module,.jsimport specifiers) and update the action runtime to Node 24. - Update Jest + test code to run in ESM mode (ts-jest default ESM preset, ESM-friendly module mocking).
- Minor OpenTelemetry logger provider wiring update to configure log processors at construction time.
Reviewed changes
Copilot reviewed 6 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
src/main.ts |
Adjusts LoggerProvider initialization to configure processors in the constructor. |
src/index.ts |
Updates relative imports to explicit .js specifiers for NodeNext/ESM. |
package.json |
Enables ESM package mode; updates deps/devDeps; updates Jest config and test script for ESM. |
package-lock.json |
Lockfile updates reflecting dependency/version bumps. |
eslint.config.mjs |
Tweaks lint rules to accommodate ESM/NodeNext import patterns. |
dist/main.js |
Regenerated compiled output in ESM form. |
dist/instrumentation.js |
Regenerated compiled output in ESM form. |
dist/index.js |
Regenerated compiled output in ESM form. |
action.yml |
Updates action runtime to node24 to match tooling/dependency requirements. |
__tests__/main.test.ts |
Refactors tests to use ESM-compatible mocking and imports. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Jordan Conway <jconway@linuxfoundation.org>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Jordan Conway <jconway@linuxfoundation.org>
tykeal
approved these changes
Jun 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @actions/core from 1.11.1 to 3.0.1.
Changelog
Sourced from @actions/core's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@actions/coresince your current version.