Skip to content

chore(deps): consolidate @actions/core v3 + @actions/tool-cache v4 upgrades#673

Merged
amyu merged 2 commits intomainfrom
copilot/consolidate-pull-requests
Feb 20, 2026
Merged

chore(deps): consolidate @actions/core v3 + @actions/tool-cache v4 upgrades#673
amyu merged 2 commits intomainfrom
copilot/consolidate-pull-requests

Conversation

Copy link
Contributor

Copilot AI commented Feb 20, 2026

Combines four open Renovate PRs (#640, #657, #660, #664) into a single update, taking the latest versions of each package.

Dependency changes

  • @actions/core: ^2.0.2^3.0.0
  • @actions/tool-cache: ^3.0.0^4.0.0

Breaking change fix

@actions/core v3 restricts its exports map to the root entry point only — ./lib/summary.js is no longer accessible as a sub-path import. src/summary.ts was importing SUMMARY_ENV_VAR from that path:

// before
import {SUMMARY_ENV_VAR} from '@actions/core/lib/summary.js'

// after — inline the well-known constant directly
const SUMMARY_ENV_VAR = 'GITHUB_STEP_SUMMARY'

dist/ regenerated via npm run all.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…, rebuild dist

Co-authored-by: amyu <5638112+amyu@users.noreply.github.com>
Copilot AI changed the title [WIP] Merge multiple PRs into a single PR chore(deps): consolidate @actions/core v3 + @actions/tool-cache v4 upgrades Feb 20, 2026
Copilot AI requested a review from amyu February 20, 2026 10:06
@amyu amyu marked this pull request as ready for review February 20, 2026 10:07
@amyu amyu merged commit ee66a84 into main Feb 20, 2026
35 checks passed
@amyu amyu deleted the copilot/consolidate-pull-requests branch February 20, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants