refactor: Bump @actions/core from 1.11.1 to 3.0.0 (#10047)

This commit is contained in:
dependabot[bot]
2026-02-11 21:44:46 +00:00
committed by GitHub
parent 79f581b97e
commit e64b52f77c
6 changed files with 57 additions and 38 deletions

View File

@@ -1,4 +1,3 @@
const core = require('@actions/core');
const semver = require('semver');
const yaml = require('yaml');
const fs = require('fs').promises;
@@ -220,6 +219,7 @@ class CiVersionCheck {
* Runs the check.
*/
async check() {
const core = await import('@actions/core');
/* eslint-disable no-console */
try {
console.log(`\nChecking ${this.packageName} versions in CI environments...`);