Outputs
Details about the stack are output for use in additional steps.
| Input Name | Output Description |
|---|---|
| hasUpdates | If Updates true else false |
| actions | Actions Checked JSON |
| updates | Actions Up Results JSON |
| table | Resulting Markdown Table String |
| markdown | Full Markdown Comment Output String |
See the Examples section for more options.
hasUpdates
A string that is true if updates are available, otherwise false.
actions
JSON Object List of Actions Scanned
View Example
json
[
{
"type": "external",
"name": "actions/checkout",
"version": "v5",
"file": "/home/runner/work/actions-up-action/actions-up-action/.github/workflows/check-build.yaml",
"line": 33
}
]updates
JSON Object List of Updated Found
View Example
json
[
{
"currentVersion": "v1",
"latestVersion": "v1.15.4",
"isBreaking": false,
"latestSha": "11a0bfe3b50977e38aa2bd4a4ebd296415e83c19",
"hasUpdate": true,
"action": {
"type": "external",
"name": "sarisia/actions-status-discord",
"version": "v1",
"file": "/home/runner/work/actions-up-action/actions-up-action/.github/workflows/release.yaml",
"line": 40
}
}
]table
Resulting Markdown Table String
View Example
| Name | File | Breaking | Latest |
|---|---|---|---|
| cssnr/check-build-action | check-build.yaml | - | v1.1.0 |
| cssnr/label-creator-action | labeler.yaml | - | v1.0.2 |
| cssnr/mirror-repository-action | mirror.yaml | - | v1.2.0 |
| cssnr/update-version-tags-action | release.yaml | - | v1.3.1 |
| cssnr/package-changelog-action | release.yaml | ⚠️ | v2.0.0 |
| cssnr/update-version-tags-action | tags.yaml | - | v1.3.1 |
markdown
Full Markdown Comment Output String
View Example
Scanned 8 workflows, checked 13 actions and found 6 updates.
Results
| Name | File | Breaking | Latest |
|---|---|---|---|
| cssnr/check-build-action | check-build.yaml | - | v1.1.0 |
| cssnr/label-creator-action | labeler.yaml | - | v1.0.2 |
| cssnr/mirror-repository-action | mirror.yaml | - | v1.2.0 |
| cssnr/update-version-tags-action | release.yaml | - | v1.3.1 |
| cssnr/package-changelog-action | release.yaml | ⚠️ | v2.0.0 |
| cssnr/update-version-tags-action | tags.yaml | - | v1.3.1 |
shell
npx actions-up --exclude "actions/.*" --yes