April 3, 2026
Hosho Prompt Reviewer
Version updated for https://github.com/HOSHO-AI/Hosho-prompt-optimization-public to version v1.31.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Hosho Prompt Reviewer GitHub Action evaluates AI agent prompts against six key quality factors based on prompt engineering best practices, providing ratings and actionable improvement suggestions with before-and-after examples. It automates the review process by identifying weaknesses in prompts, offering fixes, and integrating directly into GitHub workflows for pull requests or on-demand analysis. This tool streamlines prompt optimization and ensures alignment with guidelines for models like GPT, Claude, and Gemini.
April 3, 2026
stackit-cli tools installer
Version updated for https://github.com/jkroepke/setup-stackit-cli to version v1.2.38.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the installation of the Stackit CLI tool on workflow runners, allowing users to specify a particular version or default to the latest stable release. It simplifies the process of setting up the Stackit CLI by caching the binary and adding it to the system PATH, ensuring consistent and efficient CLI availability for automation workflows.
April 3, 2026
venomcheck
Version updated for https://github.com/nevoodoo/venomcheck to version v0.1.0-beta.1.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Venomcheck is a GitHub Action and CLI tool designed to scan Python dependencies for vulnerabilities while identifying their origin in the dependency chain. It addresses the common challenge of understanding why a vulnerable package is included in a project and whether it can be fixed through upgrades. Key capabilities include tracing transitive dependencies, identifying fixable vulnerabilities, handling monorepos, and providing actionable reports for improved dependency management.
April 3, 2026
CLA Bot - Easily handle Contributor License Agreements (CLAs)
Version updated for https://github.com/overtrue/cla-bot to version v0.0.6.
This action is used across all versions by 2 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The CLA Bot GitHub Action automates the enforcement of Contributor License Agreement (CLA) signing for pull requests by blocking merges until all required contributors (e.g., PR authors and commit authors) have signed the CLA via a specific comment. It simplifies the process of tracking and verifying CLA compliance by automatically posting signing instructions, re-checking contributions upon updates, and providing multiple backend options for managing signature records. This action helps maintain legal compliance for contributions with minimal manual intervention.
April 3, 2026
Extract Commit Action
Version updated for https://github.com/somaz94/commit-info-extractor to version v1.4.2.
This action is used across all versions by 3 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Extract Commit Action” is a GitHub Action designed to automate the extraction and processing of information from commit messages using customizable regex patterns or commands. It simplifies tasks like parsing commit logs for specific data, such as environment variables, feature tags, or version numbers, and outputs the results in formats like text, JSON, or CSV. Its key features include customizable commit analysis depth, fail-safe validation, and integration into CI workflows, making it ideal for streamlining commit-based metadata extraction and improving automation in development pipelines.
April 3, 2026
Contributors Generator Action
Version updated for https://github.com/somaz94/contributors-action to version v1.1.0.
This action is used across all versions by 14 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Contributors Action is a GitHub Action that automates the generation and updating of contributor lists for a repository. It uses GitHub repository data to create customizable contributor lists in various formats, such as tables, markdown lists, or image grids, and can update specific sections in existing files (e.g., README.md). This action streamlines the process of recognizing contributors, offering capabilities like filtering, sorting, and previewing results before applying changes.
April 3, 2026
Environment/Output Setter
Version updated for https://github.com/somaz94/env-output-setter to version v1.7.0.
This action is used across all versions by 0 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Environment/Output Setter is a GitHub Action designed to dynamically set multiple key-value pairs as environment variables ($GITHUB_ENV) and workflow outputs ($GITHUB_OUTPUT). It automates the process of defining and managing variables and outputs across steps in a CI/CD pipeline, solving the challenge of dynamic variable handling. Key capabilities include value transformation, JSON support, masking sensitive data, and grouping variables with prefixes for streamlined workflows.
April 3, 2026
Go Git Commit Action
Version updated for https://github.com/somaz94/go-git-commit-action to version v1.7.4.
This action is used across all versions by 18 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Go Git Commit Action is a GitHub Action written in Go that automates common Git operations, including committing, pushing, tagging, and creating pull requests. It simplifies workflows by handling tasks like file updates, branch management, and tag creation/deletion, while ensuring secure authentication. This action is designed for performance and reliability, making it ideal for automating version control processes in CI/CD pipelines.
April 3, 2026
kube-diff Action
Version updated for https://github.com/somaz94/kube-diff-action to version v1.3.2.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The kube-diff-action GitHub Action automates the comparison of local Kubernetes manifests (YAML files, Helm charts, or Kustomize overlays) with the live state of a Kubernetes cluster, identifying configuration drift such as changed, new, deleted, or unchanged resources. It simplifies drift detection workflows by providing customizable output formats and the ability to post diff results as pull request comments, enabling streamlined collaboration and proactive cluster management. Key capabilities include filtering by resource type, namespace, or labels, and support for advanced diff strategies like comparing against the last-applied-configuration.
April 3, 2026
kube-events Action
Version updated for https://github.com/somaz94/kube-events-action to version v1.3.1.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The kube-events-action GitHub Action automates the process of monitoring Kubernetes cluster events, particularly after deployments. It detects and reports warnings or specific event types within a defined time window, optionally posting a summarized report as a pull request comment. Key features include customizable event filtering, grouping, multiple output formats, and the ability to fail CI workflows if warning thresholds are exceeded, enabling streamlined post-deployment monitoring and issue tracking.