Releases: devantler-tech/actions
Releases · devantler-tech/actions
Release list
v9.0.0
Immutable
release. Only release title and notes can be modified.
9.0.0 (2026-07-03)
⚠ BREAKING CHANGES
- remove the sync-github-labels composite action (superseded by declarative IssueLabels) (#418)
- All callers referencing old file names, input names, output names, or secret keys must be updated.
- run-dotnet-tests: run-dotnet-tests no longer accepts app-id or app-private-key inputs. Callers pinning by SHA are unaffected; on repin any still-passed values are simply ignored (unexpected-input warning).
- the
setup-copilot-skills/update-copilot-skillsaction paths are removed andsetup-agent-skills'sagentinput is renamed toagents. Consumers on a pinned major (e.g. @v4) are unaffected until they bump; migration guides are in each action's README. - the
codecov-tokeninput is removed from both actions. Callers must stop passing it (the reusable workflows are updated in lockstep). - copilot-skills:
setup-copilot-skillsandupdate-copilot-skillsboth remove theskills-lockinput;setup-copilot-skillsalso removes thesourceinput and redefinesskillsas the sole list input. Delete any skills-lock.json and move each entry onto its own<owner/repo> <skill>line insetup-copilot-skills.with.skills. - Action directories and input names have been renamed.
Features
- add .NET project and test configurations (#10) (1ce56da)
- add
require-checks-in-prcomposite action (#113) (1f66c91) - add auto-merge composite action for PRs (#14) (a8f34bd)
- add automation configuration for PR reviews and issue sessions (f4b7152)
- add blocked label and update label sync configuration (3041247)
- add Calculator class with basic arithmetic operations and corresponding unit tests (f5c21a1)
- add collapsible sections for workflow details in README (2e8d0f9)
- add docs (aba6c52)
- add dotnet-test-action for testing .NET solutions with GitHub Actions (ad39d59)
- add EditorConfig file and update Calculator and CalculatorTests for consistency and clarity (f032439)
- add GitHub workflows (861d3e2)
- add GitOps deployment workflow for managing Kubernetes resources (f6f0ce7)
- add GitOps validation workflow (8505da2)
- add Hadolint action for linting Dockerfiles (9f610a8)
- add Homebrew setup and environment initialization to GitOps workflows (c4b0fe5)
- add Homebrew setup step to GitOps workflows for consistent environment setup (e300bd6)
- add initial release configuration for semantic-release (3c4f906)
- add inputs for HOSTS_FILE and ROOT_CA_CERT_FILE in GitOps workflow (6eefeeb)
- add pull_request and merge_group triggers to Zizmor workflow (1ce3f4b)
- add pull_request trigger to auto-merge and dotnet-test workflows (63097da)
- add pull_request trigger to GitOps lint and test workflows (dbd5fe8)
- add released label to labels configuration (a803193)
- add Repo Assist labels to central config (#161) (b41fbfe)
- add reusable workflow to sync upstream Kyverno policies and update README with usage instructions (b119b9f)
- add schedule trigger for sync labels workflow (5f3527e)
- add shared workflows (0fe78df)
- add step to append hosts file if it exists (6f22cd1)
- add upload-coverage action for GitHub Code Quality (#170) (60d895a)
- add upsert-issue composite action (#55) (e3a0bd5)
- add VERSION_ARGS input to dotnet-embed-binaries workflow for version retrieval (a648561)
- add workflow for cleaning up ghcr packages (856fea4)
- add Zizmor composite action workflow (c0b70d3)
- add Zizmor security analysis workflow and action documentation (dbae7c7)
- add Zizmor workflow configuration (6e1f9b5)
- add Zizmor workflow configuration (2b9e59f)
- add Zizmor workflow configuration (5f1126b)
- cleanup-ghcr-packages: add dry-run/package inputs and CI smoke test (#193) (1dddb9d)
- copilot-skills: drop lockfile, lean on gh skill frontmatter (#95) (7906319)
- create-issues-from-todos: support client-id, deprecate app-id (#271) (9d98cb8)
- dependency-review: add composite for GitHub Dependency Review (#217) (21b2937)
- diagnose-flux: add shared composite action for Flux failure diagnostics (#368) (d59a53c)
- free-disk-space: add composite action to reclaim runner disk (#214) (cbfd433)
- implement dotnet-test action with coverage reporting (b4b4aac)
- merge reusable-workflows into the actions repo (#314) (b282265)
- normalize secret input keys to UPPER_SNAKE_CASE (#69) (82ef4a7)
- remove Codecov upload from coverage actions (#175) (7dbc3c3)
- remove the sync-github-labels composite action (superseded by declarative IssueLabels) (#418) (0d7ff03)
- rename copilot-skills actions to agent-neutral agent-skills ([#178](https://github.com/devantler-tech/actions/issues...
v8.0.1
v8.0.0
Immutable
release. Only release title and notes can be modified.
v7.1.3
v7.1.2
Immutable
release. Only release title and notes can be modified.
v7.1.1
v7.1.0
v7.0.0
Immutable
release. Only release title and notes can be modified.
7.0.0 (2026-06-24)
⚠ BREAKING CHANGES
- All callers referencing old file names, input names, output names, or secret keys must be updated.
Features
Code Refactoring
Continuous Integration
v6.1.0
Immutable
release. Only release title and notes can be modified.
6.1.0 (2026-06-15)
Features
- create-issues-from-todos: support client-id, deprecate app-id (#271) (9d98cb8), closes devantler-tech/reusable-workflows#308