# ivuorinen/actions/action-versioning ## Action Versioning ### Description Automatically update SHA-pinned action references to match latest version tags ### Inputs | name | description | required | default | |-----------------|------------------------------------------------|----------|---------| | `major-version` |

Major version tag to sync (e.g., v2025)

| `true` | `""` | | `token` |

GitHub token for authentication

| `false` | `""` | ### Outputs | name | description | |---------------------|------------------------------------------------------------| | `updated` |

Whether action references were updated (true/false)

| | `commit-sha` |

SHA of the commit that was created (if any)

| | `needs-annual-bump` |

Whether annual version bump is needed (true/false)

| ### Runs This action is a `composite` action. ### Usage ```yaml - uses: ivuorinen/actions/action-versioning@main with: major-version: # Major version tag to sync (e.g., v2025) # # Required: true # Default: "" token: # GitHub token for authentication # # Required: false # Default: "" ```