April 2, 2026
npm-pkg-lint
Version updated for https://github.com/ext/npm-pkg-lint to version v4.6.3.
This action is used across all versions by 35 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, npm-pkg-lint, is an opinionated linter designed to validate and enforce best practices for NPM package tarballs and package.json metadata. It automates the detection of common issues, such as unnecessary files in package tarballs, outdated Node.js versions, and improper dependency structures, ensuring that packages adhere to strict standards for better tooling and efficiency. The action offers features like customizable dependency allowances, tarball and metadata validation, and automatic npm pack execution to streamline the publishing process for NPM packages.
April 2, 2026
Fallow - Codebase Health
Version updated for https://github.com/fallow-rs/fallow to version v2.9.2.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, Fallow, is a high-performance codebase analysis tool tailored for TypeScript and JavaScript projects. It automates the detection of dead code, duplicate code, and overly complex functions, providing actionable insights to streamline code quality, reduce technical debt, and improve maintainability. With zero configuration and sub-second execution, it simplifies tasks like identifying unused exports, circular dependencies, and code duplication, enabling developers to optimize their projects efficiently.
April 2, 2026
fish-shop/install-plugin
Version updated for https://github.com/fish-shop/install-plugin to version v2.3.101.
This action is used across all versions by 31 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The fish-shop/install-plugin GitHub Action automates the installation of plugins for the Fish shell by supporting popular Fish plugin managers like Fisher and Oh My Fish. It simplifies the setup process in CI/CD workflows by managing the installation of plugin managers (if not already present) and specified plugins, reducing manual setup and ensuring consistency. This action mitigates security risks like script injections and provides flexibility to install plugins individually or alongside their managers.
April 2, 2026
fish-shop/install-plugin-manager
Version updated for https://github.com/fish-shop/install-plugin-manager to version v2.3.99.
This action is used across all versions by 4 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the installation of plugin managers for the fish shell, such as Fisher and Oh My Fish. It simplifies the setup process for managing fish shell plugins, enabling seamless integration into CI/CD workflows. By providing compatibility with multiple plugin managers, it streamlines plugin management tasks and enhances workflow efficiency.
April 2, 2026
fish-shop/run-fishtape-tests
Version updated for https://github.com/fish-shop/run-fishtape-tests to version v2.3.101.
This action is used across all versions by 35 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The fish-shop/run-fishtape-tests GitHub Action automates the execution of Fishtape tests for Fish shell scripts, streamlining the testing process in CI/CD workflows. It identifies and runs tests on .fish files based on customizable file patterns and generates output in either a prettified or raw TAP format. This action simplifies test management for Fish-based projects, ensuring consistent and efficient test execution.
April 2, 2026
OwnCloud Manager
Version updated for https://github.com/Fork-on-the-Table-Collective/owncloud-manager-action to version v1.1.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 owncloud-manager-action is a GitHub Action that automates file management tasks on an OwnCloud server using WebDAV. It allows users to upload, download, and list files or directories on the server, streamlining workflows that involve remote file handling. Key capabilities include handling file transfers and retrieving structured file metadata, making it useful for integration into CI/CD pipelines.
April 2, 2026
Publish MultiArch Image
Version updated for https://github.com/gh-workflow/multiarch-image-publish to version 0.1.5.
This action is used across all versions by 3 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The multiarch-image-publish GitHub Action automates the process of publishing signed multi-architecture container images by combining pre-built per-platform images into a single multi-arch manifest. It ensures integrity by signing and verifying the individual platform images and the final manifest, and supports tagging for both multi-arch and per-platform images. This action simplifies the workflow for developers building and distributing multi-architecture container images while ensuring security and provenance verification.
April 2, 2026
Harnest Canary
Version updated for https://github.com/gioperalto/canary to version v0.1.1-alpha.
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 Canary is a GitHub Action and CLI tool designed to validate harnest chick directories by automating a comprehensive 6-checkpoint QA process. It checks file structure, YAML schemas, agent frontmatter, documentation sections, naming conventions, and cross-references, providing a pass/fail report. Additionally, it supports optional telemetry health checks for Jaeger and Datadog, streamlining quality assurance and ensuring compliance in repositories hosting harnest chicks.
April 2, 2026
Golang Test Annotations
Version updated for https://github.com/guyarb/golang-test-annotations to version v0.9.0.
This action is used across all versions by 0 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 golang-test-annotations GitHub Action automatically annotates failed Go test results on pull requests, making it easier for developers to identify and address test failures directly in the GitHub interface. It streamlines the testing process by parsing go test JSON output and providing clear, actionable feedback. This action is particularly useful for improving visibility into test failures and accelerating debugging workflows in CI pipelines.
April 2, 2026
AWS SSM Parameters to Env Variables
Version updated for https://github.com/hausofweb/actions-aws-ssm-params-to-env to version v1.0.2.
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 actions-aws-ssm-params-to-env GitHub Action automates the retrieval of parameters from AWS Systems Manager Parameter Store and sets them as environment variables in a GitHub Actions workflow. It supports fetching individual parameters or entire parameter hierarchies, handles both plaintext and encrypted values, and offers options like value masking and prefixing variable names. This action simplifies secure and dynamic configuration management in CI/CD pipelines by eliminating the need for hardcoding sensitive values.