January 16, 2026
user contribution activity
Version updated for https://github.com/CanarysAutomations/User-Contribution-Activity to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of auditing user contribution activity within GitHub organizations by analyzing commits, issues, and pull requests across all repositories and branches. It classifies users as Active or Inactive based on a configurable inactivity threshold and generates detailed CSV reports for auditing and analysis.
January 16, 2026
octocheese
Version updated for https://github.com/domdfcoding/octocheese to version v0.7.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary OctoCheese is a GitHub Action, Python package, and CLI tool that automates the process of copying distribution files from PyPI and attaching them to the corresponding tags in GitHub Releases. It streamlines the workflow for developers by synchronizing release assets between PyPI and GitHub, ensuring consistent and accessible distribution of project files.
January 16, 2026
Branch Release
Version updated for https://github.com/glitch452/branch-release to version v1.0.14.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Branch Release” GitHub Action automates the process of releasing code by managing versioning, building distribution files, and publishing them to a specified GitHub branch. It leverages Conventional Commits to determine semantic version updates, generates release notes, and automatically creates GitHub Releases with appropriate tags.
January 16, 2026
Easy Npm Publish
Version updated for https://github.com/glitch452/easy-npm-publish to version v1.0.10.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Easy NPM Publish” GitHub Action automates version management and package publishing for npm-compatible registries using Conventional Commits. It streamlines tasks such as determining the next semantic version, updating git tags, and publishing packages, reducing manual effort and ensuring consistency in versioning and tagging.
January 16, 2026
Check Github Token Expiration
Version updated for https://github.com/HardoMX/action-token-expiration to version v1.0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Token Expiration Checker is a GitHub Action designed to monitor the expiration dates of GitHub Personal Access Tokens used in repositories. It automates the process of checking token validity and provides notifications or errors when tokens are approaching expiration, helping maintainers proactively manage their credentials and avoid disruptions.
January 16, 2026
Setup Haskell
Version updated for https://github.com/haskell-actions/setup to version v2.10.3.
This action is used across all versions by 2,755 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action (haskell-actions/setup) automates the setup of a Haskell development environment within GitHub workflows. It installs specified versions of GHC, Cabal, and optionally Stack, adds them to the system PATH, and outputs relevant configuration details. By simplifying environment configuration, it streamlines CI/CD processes for Haskell projects, reducing manual setup effort and ensuring consistency.
January 16, 2026
Arch Linuxs package action
Version updated for https://github.com/heyhusen/archlinux-package-action to version v3.0.0.
This action is used across all versions by 19 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action facilitates the automation of tasks related to creating and managing Arch Linux and AUR packages. It streamlines processes such as updating pkgver, pkgrel, and checksums in PKGBUILD files, validating PKGBUILD files with namcap, generating .SRCINFO, and running makepkg with custom flags.
January 16, 2026
Export Tofu output
Version updated for https://github.com/marcinbator/export-tofu-output to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action enables the export of OpenTofu outputs in JSON format to the GITHUB_OUTPUT variable using Base64 encoding. It automates the process of consolidating OpenTofu outputs into a single variable (tf_outputs) for easier reuse across different workflow jobs or subsequent actions.
January 16, 2026
Import Tofu output
Version updated for https://github.com/marcinbator/import-tofu-output to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action simplifies the process of importing OpenTofu outputs by converting environment variables into a .tfvars.json file, enabling seamless integration with OpenTofu workflows. It automates the handling of multiple Base64-encoded outputs from previous jobs, consolidates them into a single JSON file, and ensures compatibility for Terraform execution.