Salman Muin Kayser Chishti
d402248c45
Lint fix
2025-10-15 16:28:21 +01:00
Salman Muin Kayser Chishti
3b4b5725f0
Update packages, core doesn't need updates and update to use IO util update
2025-10-15 16:28:21 +01:00
Salman Muin Kayser Chishti
44b9401378
Remove the need to update packages/core
2025-10-15 16:27:29 +01:00
Salman Muin Kayser Chishti
33a9b6c09c
update with dist updates
2025-10-15 16:22:51 +01:00
Salman Muin Kayser Chishti
48e42b1fdd
linting
2025-09-04 15:24:57 +01:00
Salman Muin Kayser Chishti
b738f10ef3
package updates
2025-09-04 15:15:02 +01:00
Salman Muin Kayser Chishti
8f32f385e0
Bump package versions, and fix issues
2025-09-04 14:16:27 +01:00
Salman Muin Kayser Chishti
86207b5042
remove engines 24 reuqirement from toolkit and fix test
2025-09-04 12:41:43 +01:00
Salman Muin Kayser Chishti
ece2273b24
updates
2025-07-31 23:48:44 +01:00
Salman Muin Kayser Chishti
717b895584
support node 24
2025-07-31 23:37:22 +01:00
Sai Nane
dbb1ea35ff
Fix typo in `core/README.md`
2025-05-27 04:27:17 +00:00
Salman Chishti
6876e2a664
update ts docs
2025-03-13 04:47:49 -07:00
Salman Chishti
1cd2f8a538
Instead of using utility method in core lib, use method in both twirp clients
2025-03-07 06:01:25 -08:00
Salman Chishti
944e6b78db
Add secret and signature masking for cache and artifact packages
2025-03-06 14:25:32 -08:00
Josh Gross
d14afd7973
Explicitly import `crypto` ( #1842 )
...
* Explicitly import `crypto`
* Add release notes for 1.11.1
* Fix crypto mock in test
* Fix `crypto` mock
* Lint
2024-10-04 17:23:42 -04:00
Josh Gross
22a72ac3d7
Include #1551 in `@actions/core` 1.11.0 release notes ( #1840 )
2024-10-02 14:30:25 -04:00
Josh Gross
6ca0d9b637
Release `@actions/core v1.11.0` ( #1839 )
2024-10-02 13:49:03 -04:00
Josh Gross
78af634e7e
Remove dependency on `uuid` package ( #1824 )
2024-10-02 12:28:06 -04:00
James Renaud
bc68ce94ea
chore(docs): add missing job summary documentation ( #1574 )
...
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
2023-12-20 03:12:17 -05:00
Nikolai Laevskii
20f826bfe7
Add platform info utilities to @actions/core ( #1551 )
...
* Introduce platform utilities into @actions/core
* Add tests for the platform helper
* Update README.md
* Update README.md with more details
2023-11-14 14:15:26 -05:00
Tatyana Kostromskaya
0faced6a0b
Add function to return proxy agent dispatcher for compatibility with latest octokit
2023-10-05 16:20:26 +02:00
Luke Tomlinson
c5c786523e
@actions/core v1.10.1 ( #1529 )
2023-09-11 10:45:23 -04:00
Sean Burgess
63c648f3c2
Fix error message reference ( #1511 )
2023-09-11 10:25:17 -04:00
Vallie Joseph
2461056696
Audit Fix ( #1480 )
...
* fixing audit failures
* replacing lerna bootstrap with npm command
* audit fix for cache and tool-cache
* updating tunnel
* upgrading core packages
* re-adding tunnel as prod dep
* updating dependencies
* updating exec deps
* updating exec io package
* .
* Revert
* updating packages
* adding core as dep
* updating learna config
* updating lerna commands
* Removing audit failing packages in cache + tool-cache
* updating contribution bootstrap description
* updating libraries
* prettier lint
* hiding stricter rules
* updating prettier command
* Removing unknown flag
* Adding eslint prettier
* ignoring sym links
* updating ignore path
* updating prettier rules
* changing prettier + github ver
* updating ts and ignores
* Revert ts
* Adding unknown ignores
* downgrading lerna
* .
* adding nx
* Adding lint auto lint rules
* updating eslint ignore for glob packages
* Adding subdirs to ignore
* adding flag for ignore pattern in linter
* Expanding ignore regex
* Adding ignore rules
* adding another ignore pattern to tsconfig eslint
* adding ignore pattern to eslintrc
* syncing package-json
* updating traverse
* .
* test adding core and http client to base package
* running npm ci
* adding tsconfig paths
* adding base URL
* Adding explicit path to core and http-client
* editing tsc call
* updating artifact packages
* force build
* updating lock file version
* updating lock file version
* upgrading node version
* Adding babel traverse back
* fixing build issue
* fixing typescript ver
* updating package json
* Adding ignore for artifact test
* adding ignore to flags
* unlink after test completes
* cleanup
* merge + package edit
2023-08-03 16:36:11 -04:00
Francesco Renzi
59851786d4
Add tests to ensure secrets are escaped
2023-05-25 10:59:41 +01:00
Rob Cowsill
71a6fceb8c
core: Update "core.error" documentation ( #905 )
...
Change the `core.error` documentation to say that it won't automatically
fail the action. This matches the existing example in the "logging" section
2023-01-11 14:12:52 -05:00
Ramiro Antonio
03d6c2479c
Fix typo in AnnotationProperties doc ( #1114 )
2023-01-06 10:10:33 -05:00
Lovepreet Singh
9b58167dc9
Merge pull request #888 from martincostello/Fix-Docs
...
Fix endColumn documentation
2022-10-14 21:26:17 +05:30
Francesco Renzi
295cbcc4da
@actions/core 1.10.0 release
2022-09-29 13:53:58 +00:00
Francesco Renzi
b00a9fd033
Add save-state and set-output file commands ( #1178 )
2022-09-29 14:45:02 +01:00
Takanori Oishi
33f1d64363
fix: getMultilineInput trims whitespace
2022-09-28 12:54:12 +09:00
Francesco Renzi
e1bb04bace
Update internal dependencies
2022-09-16 15:47:36 +00:00
Lovepreet Singh
d543359fab
Bump internal package @actions/cache version to fix #888 and #891 in actions/cache repo
2022-08-13 18:46:24 +00:00
Thomas Boop
30995490f2
Update lerna dependency. ( #1149 )
...
* fix audit
* update linter
2022-08-08 14:39:23 -04:00
Cory Miller
4beda9cbc0
Merge pull request from GHSA-7r3h-m5j6-3q42
...
* use uuid as our multiline env delimiter
* remove extra fn
* Fix version
* also throw error if delimiter is found in name or value
* move delimiter and uuid to global var in test
* upgrade uuid to newest version
* remove spy variable
* Update packages/core/src/core.ts
Co-authored-by: Thomas Boop <52323235+thboop@users.noreply.github.com>
* Update packages/core/src/core.ts
Co-authored-by: Thomas Boop <52323235+thboop@users.noreply.github.com>
2022-08-08 14:16:39 -04:00
Thomas Boop
9b7bcb1567
`actions/core` 1.9.0 release ( #1116 )
...
* 1.9.0 release
* add link to pr
2022-06-15 11:34:58 -04:00
Seth Vargo
00282d6145
core: add helpers for working with paths across OSes ( #1102 )
2022-06-15 11:18:44 -04:00
Konrad Pabjan
500d0b42fe
Bump all packages that have @actions/http-client as a dependency ( #1088 )
...
* bump @actions/artifact
* update @actions/cache
* Update @actions/core
* Update @actions/github
* update @actions/tool-cache
2022-05-13 11:12:58 -04:00
Konrad Pabjan
82efa3d285
Bump @actions/http-client in all packages that use it ( #1087 )
2022-05-13 10:58:36 -04:00
Brian Cristante
aa676f3cc7
Update other packages to use http-client v2 ( #1082 )
...
We moved `@actions/http-client` to be part of the toolkit in https://github.com/actions/toolkit/pull/1062 . We also made some breaking changes to exported types and released v2.
The biggest change in terms of lines of code affected was to get rid of the `I-` prefix for interfaces since TypeScript doesn't follow this convention.
I bumped the patch version of all packages except for `tool-cache`, where I bumped the major version. The rationale is explained in the release notes for that package.
2022-05-11 17:14:25 -04:00
Rob Herley
e73063a93c
@actions/core 1.8.0 release
2022-05-05 20:17:30 +00:00
Rob Herley
07242b37a4
add & deprecate old markdownSummary export
2022-05-05 19:44:13 +00:00
Rob Herley
3d29fb91d1
sed 's/markdownSummary/summary/g'
2022-05-05 17:29:20 +00:00
Rob Herley
3048a9d72c
@actions/core 1.7.0 release
2022-04-20 20:42:50 +00:00
Rob Herley
eef3e92175
summary: remove limit validation in client
2022-04-20 20:10:56 +00:00
Rob Herley
ed87cc6ce3
summary: increase limit to 1MiB
2022-04-20 19:55:54 +00:00
Rob Herley
edee7cde32
feedback: add summary write options
2022-03-08 16:37:20 -05:00
Rob Herley
6295f5d25b
summary: consistent kB usage and doc links
2022-03-03 11:46:32 -05:00
Rob Herley
339dd63bec
summary: method to clear file and buffer
2022-03-02 23:56:30 -05:00
Rob Herley
d27bf857e6
add -> addRaw
2022-03-02 23:49:17 -05:00