@actions/core: convert to ESM module

This commit is contained in:
Daniel Kennedy
2026-01-28 16:17:54 -05:00
parent c9c663babe
commit ed3ea3b5ba
15 changed files with 95 additions and 48 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
// We use any as a valid input type
/* eslint-disable @typescript-eslint/no-explicit-any */
import {AnnotationProperties} from './core'
import {CommandProperties} from './command'
import {AnnotationProperties} from './core.js'
import {CommandProperties} from './command.js'
/**
* Sanitizes an input into a string so it can be passed into issueCommand safely