Skip to content

Bump @actions/core from 1.3.0 to 1.10.0#384

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/actions/core-1.10.0
Closed

Bump @actions/core from 1.3.0 to 1.10.0#384
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/actions/core-1.10.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2022

Bumps @actions/core from 1.3.0 to 1.10.0.

Changelog

Sourced from @​actions/core's changelog.

1.10.0

  • saveState and setOutput now use environment files if available #1178
  • getMultilineInput now correctly trims whitespace by default #1185

1.9.1

  • Randomize delimiter when calling core.exportVariable

1.9.0

  • Added toPosixPath, toWin32Path and toPlatformPath utilities #1102

1.8.2

  • Update to v2.0.1 of @actions/http-client #1087

1.8.1

  • Update to v2.0.0 of @actions/http-client

1.8.0

1.7.0

1.6.0

1.5.0

1.4.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 3, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.10.0 branch 2 times, most recently from 89b1dec to a06636b Compare October 10, 2022 01:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.10.0 branch 2 times, most recently from ccf34f9 to 9653bee Compare October 17, 2022 02:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.10.0 branch 3 times, most recently from 7545d86 to 99f5781 Compare October 24, 2022 01:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.10.0 branch 3 times, most recently from 0b3eda9 to 361fb25 Compare November 7, 2022 01:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.10.0 branch from 361fb25 to 781e598 Compare November 28, 2022 01:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.10.0 branch 3 times, most recently from be5eed2 to 8c1cd63 Compare December 12, 2022 01:41
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.10.0 branch from 8c1cd63 to ada81f1 Compare December 19, 2022 01:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.10.0 branch from ada81f1 to d7e2239 Compare January 2, 2023 01:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.10.0 branch 2 times, most recently from 18f05c9 to 7e5331a Compare January 9, 2023 01:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.10.0 branch from 7e5331a to 5e082c5 Compare January 16, 2023 02:27
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.10.0 branch from 5e082c5 to 8b63c97 Compare January 23, 2023 03:05
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.10.0 branch from 8b63c97 to 4da0754 Compare February 6, 2023 02:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.10.0 branch 3 times, most recently from 561fd38 to 67c053d Compare February 20, 2023 02:50
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.10.0 branch 2 times, most recently from 0deae65 to 60f047a Compare March 6, 2023 02:28
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.10.0 branch from 60f047a to 5c9a1d9 Compare March 13, 2023 02:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.10.0 branch from 5c9a1d9 to dba236a Compare March 20, 2023 02:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.10.0 branch 3 times, most recently from 4719428 to 8dfd4c2 Compare April 3, 2023 02:02
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.3.0 to 1.10.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.10.0 branch from 8dfd4c2 to 41c7e59 Compare April 10, 2023 02:06
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 18, 2023

Superseded by #463.

@dependabot dependabot bot closed this Sep 18, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/actions/core-1.10.0 branch September 18, 2023 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants