@actions/core: convert to ESM module

This commit is contained in:
Daniel Kennedy
2026-01-28 20:50:58 -05:00
parent c9c663babe
commit ed3ea3b5ba
15 changed files with 95 additions and 48 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import * as actions_http_client from '@actions/http-client'
import {RequestOptions} from '@actions/http-client/lib/interfaces'
import {HttpClient} from '@actions/http-client'
import {BearerCredentialHandler} from '@actions/http-client/lib/auth'
import {debug, setSecret} from './core'
import {debug, setSecret} from './core.js'
interface TokenResponse {
value?: string
}